public interface SimpleNodeMappingEntry extends MappingEntry
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.
|
boolean |
isIgnoreCase()
Returns the value of the 'Ignore Case' attribute.
|
void |
setFromHostName(String value)
Sets the value of the '
From Host Name' attribute. |
void |
setIgnoreCase(boolean value)
Sets the value of the '
Ignore Case' attribute. |
void |
setToHostName(String value)
Sets the value of the '
To Host Name' attribute. |
mapString 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()boolean isIgnoreCase()
"true".
If the meaning of the 'Ignore Case' attribute isn't clear, there really should be more of a description here...
setIgnoreCase(boolean),
DeploymentPackage.getSimpleNodeMappingEntry_IgnoreCase()void setIgnoreCase(boolean value)
Ignore Case' attribute.
value - the new value of the 'Ignore Case' attribute.isIgnoreCase()