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

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

public interface BPMApiClusterTarget
extends BPMApiTarget

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

The following features are supported:

See Also:
BpmfederationPackage.getBPMApiClusterTarget()

Method Summary
 java.lang.String getCellName()
          Returns the value of the 'Cell Name' attribute
 void setCellName(java.lang.String value)
          Sets the value of the 'Cell 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.getBPMApiClusterTarget_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()