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

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

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

A representation of the model object 'WBI Cluster Member'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIClusterMember()

Method Summary
 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 getShortName()
          Returns the value of the 'Short Name' attribute
 java.lang.Integer getWeight()
          Returns the value of the 'Weight' 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 setShortName(java.lang.String value)
          Sets the value of the 'Short Name' attribute
 void setWeight(java.lang.Integer value)
          Sets the value of the 'Weight' 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

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), WBITopologyPackage.getWBIClusterMember_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()

getShortName

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

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

Returns:
the value of the 'Short Name' attribute.
See Also:
setShortName(String), WBITopologyPackage.getWBIClusterMember_ShortName()

setShortName

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

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

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), WBITopologyPackage.getWBIClusterMember_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()

getWeight

java.lang.Integer getWeight()
Returns the value of the 'Weight' attribute.

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

Returns:
the value of the 'Weight' attribute.
See Also:
setWeight(Integer), WBITopologyPackage.getWBIClusterMember_Weight()

setWeight

void setWeight(java.lang.Integer value)
Sets the value of the 'Weight' attribute.

Parameters:
value - the new value of the 'Weight' attribute.
See Also:
getWeight()