com.ibm.websphere.models.config.bpm.federation
Interface BPMApiRESTService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BPMApiRESTServiceImpl

public interface BPMApiRESTService
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'BPM Api REST Service'.

The following features are supported:

See Also:
BpmfederationPackage.getBPMApiRESTService()

Method Summary
 java.lang.String getCellName()
          Returns the value of the 'Cell Name' attribute
 java.lang.String getClusterName()
          Returns the value of the 'Cluster Name' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getNodeName()
          Returns the value of the 'Node Name' attribute
 java.lang.String getServerName()
          Returns the value of the 'Server Name' attribute
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setCellName(java.lang.String value)
          Sets the value of the 'Cell Name' attribute
 void setClusterName(java.lang.String value)
          Sets the value of the 'Cluster Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setNodeName(java.lang.String value)
          Sets the value of the 'Node Name' attribute
 void setServerName(java.lang.String value)
          Sets the value of the 'Server Name' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCellName

java.lang.String getCellName()
Returns the value of the 'Cell Name' attribute.

If the meaning of the 'Cell Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cell Name' attribute.
See Also:
setCellName(String), BpmfederationPackage.getBPMApiRESTService_CellName()

setCellName

void setCellName(java.lang.String value)
Sets the value of the 'Cell Name' attribute.

Parameters:
value - the new value of the 'Cell Name' attribute.
See Also:
getCellName()

getNodeName

java.lang.String getNodeName()
Returns the value of the 'Node Name' attribute.

If the meaning of the 'Node Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Node Name' attribute.
See Also:
setNodeName(String), BpmfederationPackage.getBPMApiRESTService_NodeName()

setNodeName

void setNodeName(java.lang.String value)
Sets the value of the 'Node Name' attribute.

Parameters:
value - the new value of the 'Node Name' attribute.
See Also:
getNodeName()

getServerName

java.lang.String getServerName()
Returns the value of the 'Server Name' attribute.

If the meaning of the 'Server Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Server Name' attribute.
See Also:
setServerName(String), BpmfederationPackage.getBPMApiRESTService_ServerName()

setServerName

void setServerName(java.lang.String value)
Sets the value of the 'Server Name' attribute.

Parameters:
value - the new value of the 'Server Name' attribute.
See Also:
getServerName()

getClusterName

java.lang.String getClusterName()
Returns the value of the 'Cluster Name' attribute.

If the meaning of the 'Cluster Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cluster Name' attribute.
See Also:
setClusterName(String), BpmfederationPackage.getBPMApiRESTService_ClusterName()

setClusterName

void setClusterName(java.lang.String value)
Sets the value of the 'Cluster Name' attribute.

Parameters:
value - the new value of the 'Cluster Name' attribute.
See Also:
getClusterName()

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), BpmfederationPackage.getBPMApiRESTService_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), BpmfederationPackage.getBPMApiRESTService_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BpmfederationPackage.getBPMApiRESTService_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()