public interface RootType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getRootType()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<String> |
getAdditionalConfigurationDirectory()
Returns the value of the 'Additional Configuration Directory' attribute list.
|
org.eclipse.emf.common.util.EList<SplitContinuousCommandType> |
getCommand()
Returns the value of the 'Command' containment reference list.
|
org.eclipse.emf.ecore.util.FeatureMap |
getGroup()
Returns the value of the 'Group' attribute list.
|
org.eclipse.emf.common.util.EList<HiveProcessCommandType> |
getHiveProcess()
Returns the value of the 'Hive Process' containment reference list.
|
org.eclipse.emf.common.util.EList<QueueType> |
getQueue()
Returns the value of the 'Queue' containment reference list.
|
org.eclipse.emf.common.util.EList<TriggerCommandType> |
getTrigger()
Returns the value of the 'Trigger' containment reference list.
|
static final String copyright
org.eclipse.emf.ecore.util.FeatureMap getGroup()
FeatureMap.Entry.
If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
ConfigurationPackage.getRootType_Group()org.eclipse.emf.common.util.EList<QueueType> getQueue()
QueueType.
If the meaning of the 'Queue' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getRootType_Queue()org.eclipse.emf.common.util.EList<SplitContinuousCommandType> getCommand()
SplitContinuousCommandType.
If the meaning of the 'Command' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getRootType_Command()org.eclipse.emf.common.util.EList<HiveProcessCommandType> getHiveProcess()
HiveProcessCommandType.
If the meaning of the 'Hive Process' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getRootType_HiveProcess()org.eclipse.emf.common.util.EList<TriggerCommandType> getTrigger()
TriggerCommandType.
If the meaning of the 'Trigger' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getRootType_Trigger()org.eclipse.emf.common.util.EList<String> getAdditionalConfigurationDirectory()
String.
If the meaning of the 'Additional Configuration Directory' attribute list isn't clear, there really should be more of a description here...
ConfigurationPackage.getRootType_AdditionalConfigurationDirectory()