public interface SetupDefinitions
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SetupPackage.getSetupDefinitions()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<SetupModuleContainer> |
getContainers()
Returns the value of the 'Containers' containment reference list.
|
org.eclipse.emf.common.util.EList<OperatingSystemDescriptor> |
getOperationSystemDefinitions()
Returns the value of the 'Operation System Definitions' containment reference list.
|
org.eclipse.emf.common.util.EList<SetupModuleContainer> getContainers()
SetupModuleContainer
.
If the meaning of the 'Containers' containment reference list isn't clear, there really should be more of a description here...
SetupPackage.getSetupDefinitions_Containers()
org.eclipse.emf.common.util.EList<OperatingSystemDescriptor> getOperationSystemDefinitions()
OperatingSystemDescriptor
.
If the meaning of the 'Operation System Definitions' containment reference list isn't clear, there really should be more of a description here...
SetupPackage.getSetupDefinitions_OperationSystemDefinitions()