public interface ProcessType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getProcessType()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getArgument()
Returns the value of the 'Argument' attribute list.
|
org.eclipse.emf.common.util.EList<EnvEntryType> |
getEnv()
Returns the value of the 'Env' containment reference list.
|
String |
getExec()
Returns the value of the 'Exec' attribute.
|
void |
setExec(String value)
Sets the value of the '
Exec ' attribute. |
static final String copyright
org.eclipse.emf.common.util.EList<String> getArgument()
String
.
If the meaning of the 'Argument' attribute list isn't clear, there really should be more of a description here...
ConfigurationPackage.getProcessType_Argument()
org.eclipse.emf.common.util.EList<EnvEntryType> getEnv()
EnvEntryType
.
If the meaning of the 'Env' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getProcessType_Env()
String getExec()
If the meaning of the 'Exec' attribute isn't clear, there really should be more of a description here...
setExec(String)
,
ConfigurationPackage.getProcessType_Exec()