public interface RegExExtractorType extends FieldExtractorType
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Returns the value of the 'Expression' attribute.
|
boolean |
isRequireFullMatch()
Returns the value of the 'Require Full Match' attribute.
|
boolean |
isSetRequireFullMatch()
Returns whether the value of the '
Require Full Match' attribute is set. |
void |
setExpression(String value)
Sets the value of the '
Expression' attribute. |
void |
setRequireFullMatch(boolean value)
Sets the value of the '
Require Full Match' attribute. |
void |
unsetRequireFullMatch()
Unsets the value of the '
Require Full Match' attribute. |
getFieldgetName, setNamestatic final String copyright
String getExpression()
If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...
setExpression(String),
ConfigurationPackage.getRegExExtractorType_Expression()void setExpression(String value)
Expression' attribute.
value - the new value of the 'Expression' attribute.getExpression()boolean isRequireFullMatch()
If the meaning of the 'Require Full Match' attribute isn't clear, there really should be more of a description here...
isSetRequireFullMatch(),
unsetRequireFullMatch(),
setRequireFullMatch(boolean),
ConfigurationPackage.getRegExExtractorType_RequireFullMatch()void setRequireFullMatch(boolean value)
Require Full Match' attribute.
value - the new value of the 'Require Full Match' attribute.isSetRequireFullMatch(),
unsetRequireFullMatch(),
isRequireFullMatch()void unsetRequireFullMatch()
Require Full Match' attribute.
boolean isSetRequireFullMatch()
Require Full Match' attribute is set.
unsetRequireFullMatch(),
isRequireFullMatch(),
setRequireFullMatch(boolean)