public interface HMIConfiguration extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getHMIConfiguration()| Modifier and Type | Method and Description |
|---|---|
EList<Component> |
getComponents()
Returns the value of the 'Components' reference list.
|
EList<Interface> |
getInterfaces()
Returns the value of the 'Interfaces' reference list.
|
EList<Module> |
getModules()
Returns the value of the 'Modules' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
HMISpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<Structure> |
getStructures()
Returns the value of the 'Structures' reference list.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setParent(HMISpecification value)
Sets the value of the '
Parent' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
FieldofactivityannotationsPackage.getHMIConfiguration_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()EList<Component> getComponents()
Component.
If the meaning of the 'Components' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getHMIConfiguration_Components()EList<Module> getModules()
Module.
If the meaning of the 'Modules' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getHMIConfiguration_Modules()EList<Interface> getInterfaces()
Interface.
If the meaning of the 'Interfaces' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getHMIConfiguration_Interfaces()EList<Structure> getStructures()
Structure.
If the meaning of the 'Structures' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getHMIConfiguration_Structures()HMISpecification getParent()
Hmi Config'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(HMISpecification),
FieldofactivityannotationsPackage.getHMIConfiguration_Parent(),
HMISpecification.getHmiConfig()void setParent(HMISpecification value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()