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

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

public interface WBISingleServer
extends WBIDeploymentTarget

A representation of the model object 'WBI Single Server'.

The following features are supported:

See Also:
WBITopologyPackage.getWBISingleServer()

Method Summary
 java.lang.String getNodeName()
          Returns the value of the 'Node 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.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

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.getWBISingleServer_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()