public interface TriggerCommandType extends CommandType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getArgumentPlaceholder()
Returns the value of the 'Argument Placeholder' attribute.
|
boolean |
isFork()
Returns the value of the 'Fork' attribute.
|
boolean |
isSetFork()
Returns whether the value of the '
Fork ' attribute is set. |
boolean |
isSetSkipIfNull()
Returns whether the value of the '
Skip If Null ' attribute is set. |
boolean |
isSkipIfNull()
Returns the value of the 'Skip If Null' attribute.
|
void |
setArgumentPlaceholder(String value)
Sets the value of the '
Argument Placeholder ' attribute. |
void |
setFork(boolean value)
Sets the value of the '
Fork ' attribute. |
void |
setSkipIfNull(boolean value)
Sets the value of the '
Skip If Null ' attribute. |
void |
unsetFork()
Unsets the value of the '
Fork ' attribute. |
void |
unsetSkipIfNull()
Unsets the value of the '
Skip If Null ' attribute. |
getExtractor, getId, getProcess, setId, setProcess
static final String copyright
String getArgumentPlaceholder()
If the meaning of the 'Argument Placeholder' attribute isn't clear, there really should be more of a description here...
setArgumentPlaceholder(String)
,
ConfigurationPackage.getTriggerCommandType_ArgumentPlaceholder()
void setArgumentPlaceholder(String value)
Argument Placeholder
' attribute.
value
- the new value of the 'Argument Placeholder' attribute.getArgumentPlaceholder()
boolean isFork()
"true"
.
If the meaning of the 'Fork' attribute isn't clear, there really should be more of a description here...
isSetFork()
,
unsetFork()
,
setFork(boolean)
,
ConfigurationPackage.getTriggerCommandType_Fork()
void setFork(boolean value)
Fork
' attribute.
value
- the new value of the 'Fork' attribute.isSetFork()
,
unsetFork()
,
isFork()
void unsetFork()
Fork
' attribute.
isSetFork()
,
isFork()
,
setFork(boolean)
boolean isSetFork()
Fork
' attribute is set.
unsetFork()
,
isFork()
,
setFork(boolean)
boolean isSkipIfNull()
If the meaning of the 'Skip If Null' attribute isn't clear, there really should be more of a description here...
isSetSkipIfNull()
,
unsetSkipIfNull()
,
setSkipIfNull(boolean)
,
ConfigurationPackage.getTriggerCommandType_SkipIfNull()
void setSkipIfNull(boolean value)
Skip If Null
' attribute.
value
- the new value of the 'Skip If Null' attribute.isSetSkipIfNull()
,
unsetSkipIfNull()
,
isSkipIfNull()
void unsetSkipIfNull()
Skip If Null
' attribute.
isSetSkipIfNull()
,
isSkipIfNull()
,
setSkipIfNull(boolean)
boolean isSetSkipIfNull()
Skip If Null
' attribute is set.
unsetSkipIfNull()
,
isSkipIfNull()
,
setSkipIfNull(boolean)