public interface PlainText extends ExtractorDefinition
The following features are supported:
ParserPackage.getPlainText()| Modifier and Type | Method and Description |
|---|---|
ValueConverterDefinition |
getValueConverter()
Returns the value of the 'Value Converter' containment reference.
|
boolean |
isTrim()
Returns the value of the 'Trim' attribute.
|
void |
setTrim(boolean value)
Sets the value of the '
Trim' attribute. |
void |
setValueConverter(ValueConverterDefinition value)
Sets the value of the '
Value Converter' containment reference. |
createExtractor, getPrefix, setPrefixboolean isTrim()
"true".
If the meaning of the 'Trim' attribute isn't clear, there really should be more of a description here...
setTrim(boolean),
ParserPackage.getPlainText_Trim()void setTrim(boolean value)
Trim' attribute.
value - the new value of the 'Trim' attribute.isTrim()ValueConverterDefinition getValueConverter()
If the meaning of the 'Value Converter' containment reference isn't clear, there really should be more of a description here...
setValueConverter(ValueConverterDefinition),
ParserPackage.getPlainText_ValueConverter()void setValueConverter(ValueConverterDefinition value)
Value Converter' containment reference.
value - the new value of the 'Value Converter' containment reference.getValueConverter()