public interface ContinuousCommandType extends CommandType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
int |
getMaxInputBuffer()
Returns the value of the 'Max Input Buffer' attribute.
|
int |
getRestartDelay()
Returns the value of the 'Restart Delay' attribute.
|
boolean |
isSetMaxInputBuffer()
Returns whether the value of the '
Max Input Buffer ' attribute is set. |
boolean |
isSetRestartDelay()
Returns whether the value of the '
Restart Delay ' attribute is set. |
void |
setMaxInputBuffer(int value)
Sets the value of the '
Max Input Buffer ' attribute. |
void |
setRestartDelay(int value)
Sets the value of the '
Restart Delay ' attribute. |
void |
unsetMaxInputBuffer()
Unsets the value of the '
Max Input Buffer ' attribute. |
void |
unsetRestartDelay()
Unsets the value of the '
Restart Delay ' attribute. |
getExtractor, getId, getProcess, setId, setProcess
static final String copyright
int getMaxInputBuffer()
"4000"
.
If the meaning of the 'Max Input Buffer' attribute isn't clear, there really should be more of a description here...
isSetMaxInputBuffer()
,
unsetMaxInputBuffer()
,
setMaxInputBuffer(int)
,
ConfigurationPackage.getContinuousCommandType_MaxInputBuffer()
void setMaxInputBuffer(int value)
Max Input Buffer
' attribute.
value
- the new value of the 'Max Input Buffer' attribute.isSetMaxInputBuffer()
,
unsetMaxInputBuffer()
,
getMaxInputBuffer()
void unsetMaxInputBuffer()
Max Input Buffer
' attribute.
boolean isSetMaxInputBuffer()
Max Input Buffer
' attribute is set.
unsetMaxInputBuffer()
,
getMaxInputBuffer()
,
setMaxInputBuffer(int)
int getRestartDelay()
If the meaning of the 'Restart Delay' attribute isn't clear, there really should be more of a description here...
isSetRestartDelay()
,
unsetRestartDelay()
,
setRestartDelay(int)
,
ConfigurationPackage.getContinuousCommandType_RestartDelay()
void setRestartDelay(int value)
Restart Delay
' attribute.
value
- the new value of the 'Restart Delay' attribute.isSetRestartDelay()
,
unsetRestartDelay()
,
getRestartDelay()
void unsetRestartDelay()
Restart Delay
' attribute.
boolean isSetRestartDelay()
Restart Delay
' attribute is set.
unsetRestartDelay()
,
getRestartDelay()
,
setRestartDelay(int)