public interface Component extends Documentable
The following features are supported:
ComponentPackage.getComponent()| Modifier and Type | Method and Description |
|---|---|
Selector |
getArchiveSelector()
Returns the value of the 'Archive Selector' reference.
|
CustomizationPipeline |
getCustomizationPipeline()
Returns the value of the 'Customization Pipeline' reference.
|
Level |
getLevel()
Returns the value of the 'Level' 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 |
setLevel(Level value)
Sets the value of the '
Level' container reference. |
getShortDescription, setShortDescriptionLevel getLevel()
Components'.
If the meaning of the 'Level' container reference isn't clear, there really should be more of a description here...
setLevel(Level),
ComponentPackage.getComponent_Level(),
Level.getComponents()void setLevel(Level value)
Level' container reference.
value - the new value of the 'Level' container reference.getLevel()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.getComponent_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.getComponent_ArchiveSelector()void setArchiveSelector(Selector value)
Archive Selector' reference.
value - the new value of the 'Archive Selector' reference.getArchiveSelector()