public interface SplitContinuousCommandType extends ContinuousCommandType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
int |
getIgnoreStartLines()
Returns the value of the 'Ignore Start Lines' attribute.
|
SplitterType |
getSplitter()
Returns the value of the 'Splitter' containment reference.
|
boolean |
isSetIgnoreStartLines()
Returns whether the value of the '
Ignore Start Lines ' attribute is set. |
void |
setIgnoreStartLines(int value)
Sets the value of the '
Ignore Start Lines ' attribute. |
void |
setSplitter(SplitterType value)
Sets the value of the '
Splitter ' containment reference. |
void |
unsetIgnoreStartLines()
Unsets the value of the '
Ignore Start Lines ' attribute. |
getMaxInputBuffer, getRestartDelay, isSetMaxInputBuffer, isSetRestartDelay, setMaxInputBuffer, setRestartDelay, unsetMaxInputBuffer, unsetRestartDelay
getExtractor, getId, getProcess, setId, setProcess
static final String copyright
SplitterType getSplitter()
If the meaning of the 'Splitter' containment reference isn't clear, there really should be more of a description here...
setSplitter(SplitterType)
,
ConfigurationPackage.getSplitContinuousCommandType_Splitter()
void setSplitter(SplitterType value)
Splitter
' containment reference.
value
- the new value of the 'Splitter' containment reference.getSplitter()
int getIgnoreStartLines()
"0"
.
If the meaning of the 'Ignore Start Lines' attribute isn't clear, there really should be more of a description here...
isSetIgnoreStartLines()
,
unsetIgnoreStartLines()
,
setIgnoreStartLines(int)
,
ConfigurationPackage.getSplitContinuousCommandType_IgnoreStartLines()
void setIgnoreStartLines(int value)
Ignore Start Lines
' attribute.
value
- the new value of the 'Ignore Start Lines' attribute.isSetIgnoreStartLines()
,
unsetIgnoreStartLines()
,
getIgnoreStartLines()
void unsetIgnoreStartLines()
Ignore Start Lines
' attribute.
boolean isSetIgnoreStartLines()
Ignore Start Lines
' attribute is set.
unsetIgnoreStartLines()
,
getIgnoreStartLines()
,
setIgnoreStartLines(int)