public interface HMISpecification extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getHMISpecification()
Modifier and Type | Method and Description |
---|---|
EList<HMIConfiguration> |
getHmiConfig()
Returns the value of the 'Hmi Config' containment reference list.
|
FieldOfActivityAnnotationRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
Role |
getRole()
Returns the value of the 'Role' reference.
|
void |
setParent(FieldOfActivityAnnotationRepository value)
Sets the value of the '
Parent ' container reference. |
void |
setRole(Role value)
Sets the value of the '
Role ' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
FieldOfActivityAnnotationRepository getParent()
Hmi Specification
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(FieldOfActivityAnnotationRepository)
,
FieldofactivityannotationsPackage.getHMISpecification_Parent()
,
FieldOfActivityAnnotationRepository.getHmiSpecification()
void setParent(FieldOfActivityAnnotationRepository value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
Role getRole()
If the meaning of the 'Role' reference isn't clear, there really should be more of a description here...
setRole(Role)
,
FieldofactivityannotationsPackage.getHMISpecification_Role()
void setRole(Role value)
Role
' reference.
value
- the new value of the 'Role' reference.getRole()
EList<HMIConfiguration> getHmiConfig()
HMIConfiguration
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Hmi Config' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getHMISpecification_HmiConfig()
,
HMIConfiguration.getParent()