public interface SplitTable extends ExtractorDefinition
The following features are supported:
ParserPackage.getSplitTable()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<String> |
getFields()
Returns the value of the 'Fields' attribute list.
|
Pattern |
getFieldSeparatorPattern()
Returns the value of the 'Field Separator Pattern' attribute.
|
int |
getIdColumn()
Returns the value of the 'Id Column' attribute.
|
Pattern |
getLineSeparatorPattern()
Returns the value of the 'Line Separator Pattern' attribute.
|
void |
setFieldSeparatorPattern(Pattern value)
Sets the value of the '
Field Separator Pattern' attribute. |
void |
setIdColumn(int value)
Sets the value of the '
Id Column' attribute. |
void |
setLineSeparatorPattern(Pattern value)
Sets the value of the '
Line Separator Pattern' attribute. |
createExtractor, getPrefix, setPrefixPattern getLineSeparatorPattern()
If the meaning of the 'Line Separator Pattern' attribute isn't clear, there really should be more of a description here...
setLineSeparatorPattern(Pattern),
ParserPackage.getSplitTable_LineSeparatorPattern()void setLineSeparatorPattern(Pattern value)
Line Separator Pattern' attribute.
value - the new value of the 'Line Separator Pattern' attribute.getLineSeparatorPattern()Pattern getFieldSeparatorPattern()
If the meaning of the 'Field Separator Pattern' attribute isn't clear, there really should be more of a description here...
setFieldSeparatorPattern(Pattern),
ParserPackage.getSplitTable_FieldSeparatorPattern()void setFieldSeparatorPattern(Pattern value)
Field Separator Pattern' attribute.
value - the new value of the 'Field Separator Pattern' attribute.getFieldSeparatorPattern()int getIdColumn()
If the meaning of the 'Id Column' attribute isn't clear, there really should be more of a description here...
setIdColumn(int),
ParserPackage.getSplitTable_IdColumn()void setIdColumn(int value)
Id Column' attribute.
value - the new value of the 'Id Column' attribute.getIdColumn()org.eclipse.emf.common.util.EList<String> getFields()
String.
Defines the names of the fields. Of none are set, then the first row will be used instead.
ParserPackage.getSplitTable_Fields()