public interface SimpleNodeMappingEntry extends NodeMappingEntry
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getFromHostName()
Returns the value of the 'From Host Name' attribute.
|
String |
getToHostName()
Returns the value of the 'To Host Name' attribute.
|
void |
setFromHostName(String value)
Sets the value of the '
From Host Name' attribute. |
void |
setToHostName(String value)
Sets the value of the '
To Host Name' attribute. |
mapNodeString getFromHostName()
If the meaning of the 'From Host Name' attribute isn't clear, there really should be more of a description here...
setFromHostName(String),
DeploymentPackage.getSimpleNodeMappingEntry_FromHostName()void setFromHostName(String value)
From Host Name' attribute.
value - the new value of the 'From Host Name' attribute.getFromHostName()String getToHostName()
If the meaning of the 'To Host Name' attribute isn't clear, there really should be more of a description here...
setToHostName(String),
DeploymentPackage.getSimpleNodeMappingEntry_ToHostName()void setToHostName(String value)
To Host Name' attribute.
value - the new value of the 'To Host Name' attribute.getToHostName()