com.ibm.websphere.models.config.wbi.nd.topology.instance
Interface WBICluster

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

public interface WBICluster
extends WBIDeploymentTarget

A representation of the model object 'WBI Cluster'.

The following features are supported:

See Also:
WBITopologyPackage.getWBICluster()

Method Summary
 org.eclipse.emf.common.util.EList getMembers()
          Returns the value of the 'Members' containment reference list.
 
Methods inherited from interface com.ibm.websphere.models.config.wbi.nd.topology.instance.WBIDeploymentTarget
getName, getShortName, setName, setShortName
 
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

getMembers

org.eclipse.emf.common.util.EList getMembers()
Returns the value of the 'Members' containment reference list. The list contents are of type WBIClusterMember.

If the meaning of the 'Members' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Members' containment reference list.
See Also:
WBITopologyPackage.getWBICluster_Members()