public interface QueueType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getQueueType()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<SingleCommandType> |
getCommand()
Returns the value of the 'Command' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
static final String copyright
org.eclipse.emf.common.util.EList<SingleCommandType> getCommand()
SingleCommandType.
If the meaning of the 'Command' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getQueueType_Command()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ConfigurationPackage.getQueueType_Name()