public interface SetupModuleContainer
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<SetupModule> |
getModules()
Returns the value of the 'Modules' containment reference list.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
org.eclipse.core.runtime.IStatus |
validateOperatingSystem(OperatingSystemDescriptor descriptor,
org.eclipse.emf.validation.IValidationContext context) |
org.eclipse.emf.common.util.EList<SetupModule> getModules()
SetupModule.
If the meaning of the 'Modules' containment reference list isn't clear, there really should be more of a description here...
SetupPackage.getSetupModuleContainer_Modules()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
SetupPackage.getSetupModuleContainer_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()org.eclipse.core.runtime.IStatus validateOperatingSystem(OperatingSystemDescriptor descriptor, org.eclipse.emf.validation.IValidationContext context)