public interface CommandType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ExtractorType> |
getExtractor()
Returns the value of the 'Extractor' containment reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
ProcessType |
getProcess()
Returns the value of the 'Process' containment reference.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setProcess(ProcessType value)
Sets the value of the '
Process' containment reference. |
static final String copyright
ProcessType getProcess()
If the meaning of the 'Process' containment reference isn't clear, there really should be more of a description here...
setProcess(ProcessType),
ConfigurationPackage.getCommandType_Process()void setProcess(ProcessType value)
Process' containment reference.
value - the new value of the 'Process' containment reference.getProcess()org.eclipse.emf.common.util.EList<ExtractorType> getExtractor()
ExtractorType.
If the meaning of the 'Extractor' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getCommandType_Extractor()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ConfigurationPackage.getCommandType_Id()