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

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

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

A representation of the model object 'WBI Node'.

The following features are supported:

See Also:
WBITopologyPackage.getWBINode()

Method Summary
 java.lang.String getHostName()
          Returns the value of the 'Host Name' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.Integer getNumOfServers()
          Returns the value of the 'Num Of Servers' attribute
 java.lang.Integer getPort()
          Returns the value of the 'Port' attribute
 java.lang.String getRuntime()
          Returns the value of the 'Runtime' attribute
 void setHostName(java.lang.String value)
          Sets the value of the 'Host Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setNumOfServers(java.lang.Integer value)
          Sets the value of the 'Num Of Servers' attribute
 void setPort(java.lang.Integer value)
          Sets the value of the 'Port' attribute
 void setRuntime(java.lang.String value)
          Sets the value of the 'Runtime' 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.getWBINode_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()

getRuntime

java.lang.String getRuntime()
Returns the value of the 'Runtime' attribute.

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

Returns:
the value of the 'Runtime' attribute.
See Also:
setRuntime(String), WBITopologyPackage.getWBINode_Runtime()

setRuntime

void setRuntime(java.lang.String value)
Sets the value of the 'Runtime' attribute.

Parameters:
value - the new value of the 'Runtime' attribute.
See Also:
getRuntime()

getHostName

java.lang.String getHostName()
Returns the value of the 'Host Name' attribute.

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

Returns:
the value of the 'Host Name' attribute.
See Also:
setHostName(String), WBITopologyPackage.getWBINode_HostName()

setHostName

void setHostName(java.lang.String value)
Sets the value of the 'Host Name' attribute.

Parameters:
value - the new value of the 'Host Name' attribute.
See Also:
getHostName()

getPort

java.lang.Integer getPort()
Returns the value of the 'Port' attribute.

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

Returns:
the value of the 'Port' attribute.
See Also:
setPort(Integer), WBITopologyPackage.getWBINode_Port()

setPort

void setPort(java.lang.Integer value)
Sets the value of the 'Port' attribute.

Parameters:
value - the new value of the 'Port' attribute.
See Also:
getPort()

getNumOfServers

java.lang.Integer getNumOfServers()
Returns the value of the 'Num Of Servers' attribute.

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

Returns:
the value of the 'Num Of Servers' attribute.
See Also:
setNumOfServers(Integer), WBITopologyPackage.getWBINode_NumOfServers()

setNumOfServers

void setNumOfServers(java.lang.Integer value)
Sets the value of the 'Num Of Servers' attribute.

Parameters:
value - the new value of the 'Num Of Servers' attribute.
See Also:
getNumOfServers()