public interface OperatingSystemDescriptor
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.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
OperatingSystemDescriptor |
getParent()
Returns the value of the 'Parent' reference.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setLabel(String value)
Sets the value of the '
Label' attribute. |
void |
setParent(OperatingSystemDescriptor value)
Sets the value of the '
Parent' reference. |
OperatingSystemDescriptor getParent()
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(OperatingSystemDescriptor),
SetupPackage.getOperatingSystemDescriptor_Parent()void setParent(OperatingSystemDescriptor value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()org.eclipse.emf.common.util.EList<PropertyEntry> getProperties()
PropertyEntry.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
SetupPackage.getOperatingSystemDescriptor_Properties()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
SetupPackage.getOperatingSystemDescriptor_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String),
SetupPackage.getOperatingSystemDescriptor_Label()void setLabel(String value)
Label' attribute.
value - the new value of the 'Label' attribute.getLabel()