public interface ExecJob extends MasterComponent
ExecComponentsPackage.getExecJob()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
Driver |
getRunsOn()
Returns the value of the 'Runs On' reference.
|
boolean |
hasExecDriver(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setRunsOn(Driver value)
Sets the value of the '
Runs On' reference. |
getMasterOngetArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevelgetShortDescription, setShortDescriptionDriver getRunsOn()
If the meaning of the 'Runs On' reference isn't clear, there really should be more of a description here...
setRunsOn(Driver),
ExecComponentsPackage.getExecJob_RunsOn()void setRunsOn(Driver value)
Runs On' reference.
value - the new value of the 'Runs On' reference.getRunsOn()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ExecComponentsPackage.getExecJob_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()