|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WBINode
A representation of the model object 'WBI Node'.
The following features are supported:
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 |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
WBITopologyPackage.getWBINode_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getRuntime()
If the meaning of the 'Runtime' attribute isn't clear, there really should be more of a description here...
setRuntime(String)
,
WBITopologyPackage.getWBINode_Runtime()
void setRuntime(java.lang.String value)
Runtime
' attribute.
value
- the new value of the 'Runtime' attribute.getRuntime()
java.lang.String getHostName()
If the meaning of the 'Host Name' attribute isn't clear, there really should be more of a description here...
setHostName(String)
,
WBITopologyPackage.getWBINode_HostName()
void setHostName(java.lang.String value)
Host Name
' attribute.
value
- the new value of the 'Host Name' attribute.getHostName()
java.lang.Integer getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(Integer)
,
WBITopologyPackage.getWBINode_Port()
void setPort(java.lang.Integer value)
Port
' attribute.
value
- the new value of the 'Port' attribute.getPort()
java.lang.Integer getNumOfServers()
If the meaning of the 'Num Of Servers' attribute isn't clear, there really should be more of a description here...
setNumOfServers(Integer)
,
WBITopologyPackage.getWBINode_NumOfServers()
void setNumOfServers(java.lang.Integer value)
Num Of Servers
' attribute.
value
- the new value of the 'Num Of Servers' attribute.getNumOfServers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |