public interface SinglePattern extends ExtractorDefinition
The following features are supported:
ParserPackage.getSinglePattern()| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern()
Returns the value of the 'Pattern' attribute.
|
ValueDescriptor |
getValue()
Returns the value of the 'Value' containment reference.
|
boolean |
isFullMatch()
Returns the value of the 'Full Match' attribute.
|
void |
setFullMatch(boolean value)
Sets the value of the '
Full Match' attribute. |
void |
setPattern(Pattern value)
Sets the value of the '
Pattern' attribute. |
void |
setValue(ValueDescriptor value)
Sets the value of the '
Value' containment reference. |
createExtractor, getPrefix, setPrefixPattern getPattern()
If the meaning of the 'Pattern' attribute isn't clear, there really should be more of a description here...
setPattern(Pattern),
ParserPackage.getSinglePattern_Pattern()void setPattern(Pattern value)
Pattern' attribute.
value - the new value of the 'Pattern' attribute.getPattern()boolean isFullMatch()
If the meaning of the 'Full Match' attribute isn't clear, there really should be more of a description here...
setFullMatch(boolean),
ParserPackage.getSinglePattern_FullMatch()void setFullMatch(boolean value)
Full Match' attribute.
value - the new value of the 'Full Match' attribute.isFullMatch()ValueDescriptor getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(ValueDescriptor),
ParserPackage.getSinglePattern_Value()void setValue(ValueDescriptor value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()