public interface Plant extends Identifier
The following features are supported:
XPPUPackage.getPlant()| Modifier and Type | Method and Description |
|---|---|
ComponentRepository |
getComponentRepository()
Returns the value of the 'Component Repository' containment reference.
|
InterfaceRepository |
getInterfaceRepository()
Returns the value of the 'Interface Repository' containment reference.
|
String |
getPlantName()
Returns the value of the 'Plant Name' attribute.
|
EList<Structure> |
getStructures()
Returns the value of the 'Structures' containment reference list.
|
void |
setComponentRepository(ComponentRepository value)
Sets the value of the '
Component Repository' containment reference. |
void |
setInterfaceRepository(InterfaceRepository value)
Sets the value of the '
Interface Repository' containment reference. |
void |
setPlantName(String value)
Sets the value of the '
Plant Name' attribute. |
getId, setIdeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverString getPlantName()
If the meaning of the 'Plant Name' attribute isn't clear, there really should be more of a description here...
setPlantName(String),
XPPUPackage.getPlant_PlantName()void setPlantName(String value)
Plant Name' attribute.
value - the new value of the 'Plant Name' attribute.getPlantName()EList<Structure> getStructures()
Structure.
It is bidirectional and its opposite is 'Parent Plant'.
If the meaning of the 'Structures' containment reference list isn't clear, there really should be more of a description here...
XPPUPackage.getPlant_Structures(),
Structure.getParentPlant()InterfaceRepository getInterfaceRepository()
If the meaning of the 'Interface Repository' containment reference isn't clear, there really should be more of a description here...
setInterfaceRepository(InterfaceRepository),
XPPUPackage.getPlant_InterfaceRepository()void setInterfaceRepository(InterfaceRepository value)
Interface Repository' containment reference.
value - the new value of the 'Interface Repository' containment reference.getInterfaceRepository()ComponentRepository getComponentRepository()
If the meaning of the 'Component Repository' containment reference isn't clear, there really should be more of a description here...
setComponentRepository(ComponentRepository),
XPPUPackage.getPlant_ComponentRepository()void setComponentRepository(ComponentRepository value)
Component Repository' containment reference.
value - the new value of the 'Component Repository' containment reference.getComponentRepository()