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

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

public interface BPMApiServerTarget
extends BPMApiTarget

A representation of the model object 'BPM Api Server Target'.

The following features are supported:

See Also:
BpmfederationPackage.getBPMApiServerTarget()

Method Summary
 java.lang.String getCellName()
          Returns the value of the 'Cell Name' attribute
 java.lang.String getNodeName()
          Returns the value of the 'Node Name' attribute
 void setCellName(java.lang.String value)
          Sets the value of the 'Cell Name' attribute
 void setNodeName(java.lang.String value)
          Sets the value of the 'Node Name' attribute
 
Methods inherited from interface com.ibm.websphere.models.config.bpm.federation.BPMApiTarget
getName, setName
 
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.getBPMApiServerTarget_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.getBPMApiServerTarget_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()