public interface ExpressionNodeMappingEntry extends NodeMappingEntry
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern()
Returns the value of the 'Pattern' attribute.
|
String |
getReplacement()
Returns the value of the 'Replacement' attribute.
|
void |
setPattern(Pattern value)
Sets the value of the '
Pattern' attribute. |
void |
setReplacement(String value)
Sets the value of the '
Replacement' attribute. |
mapNodePattern getPattern()
If the meaning of the 'Pattern' attribute isn't clear, there really should be more of a description here...
setPattern(Pattern),
DeploymentPackage.getExpressionNodeMappingEntry_Pattern()void setPattern(Pattern value)
Pattern' attribute.
value - the new value of the 'Pattern' attribute.getPattern()String getReplacement()
If the meaning of the 'Replacement' attribute isn't clear, there really should be more of a description here...
setReplacement(String),
DeploymentPackage.getExpressionNodeMappingEntry_Replacement()void setReplacement(String value)
Replacement' attribute.
value - the new value of the 'Replacement' attribute.getReplacement()