public interface Level extends Container
The following features are supported:
ComponentPackage.getLevel()| Modifier and Type | Method and Description |
|---|---|
Selector |
getArchiveSelector()
Returns the value of the 'Archive Selector' reference.
|
org.eclipse.emf.common.util.EList<Component> |
getComponents()
Returns the value of the 'Components' containment reference list.
|
CustomizationPipeline |
getCustomizationPipeline()
Returns the value of the 'Customization Pipeline' reference.
|
org.eclipse.emf.common.util.EList<Level> |
getLevels()
Returns the value of the 'Levels' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Level |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setArchiveSelector(Selector value)
Sets the value of the '
Archive Selector' reference. |
void |
setCustomizationPipeline(CustomizationPipeline value)
Sets the value of the '
Customization Pipeline' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setParent(Level value)
Sets the value of the '
Parent' container reference. |
getItemInterceptorsorg.eclipse.emf.common.util.EList<Component> getComponents()
Component.
It is bidirectional and its opposite is 'Level'.
If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getLevel_Components(),
Component.getLevel()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ComponentPackage.getLevel_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<Level> getLevels()
Level.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Levels' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getLevel_Levels(),
getParent()Level getParent()
Levels'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Level),
ComponentPackage.getLevel_Parent(),
getLevels()void setParent(Level value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()CustomizationPipeline getCustomizationPipeline()
If the meaning of the 'Customization Pipeline' reference isn't clear, there really should be more of a description here...
setCustomizationPipeline(CustomizationPipeline),
ComponentPackage.getLevel_CustomizationPipeline()void setCustomizationPipeline(CustomizationPipeline value)
Customization Pipeline' reference.
value - the new value of the 'Customization Pipeline' reference.getCustomizationPipeline()Selector getArchiveSelector()
If the meaning of the 'Archive Selector' reference isn't clear, there really should be more of a description here...
setArchiveSelector(Selector),
ComponentPackage.getLevel_ArchiveSelector()void setArchiveSelector(Selector value)
Archive Selector' reference.
value - the new value of the 'Archive Selector' reference.getArchiveSelector()