public interface ModeBinding extends Element
The following features are supported:
Aadl2Package.getModeBinding()
Modifier and Type | Method and Description |
---|---|
Mode |
getDerivedMode()
Returns the value of the 'Derived Mode' reference.
|
Mode |
getParentMode()
Returns the value of the 'Parent Mode' reference.
|
void |
setDerivedMode(Mode value)
Sets the value of the '
Derived Mode ' reference. |
void |
setParentMode(Mode value)
Sets the value of the '
Parent Mode ' reference. |
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Mode getParentMode()
If the meaning of the 'Parent Mode' reference isn't clear, there really should be more of a description here...
setParentMode(Mode)
,
Aadl2Package.getModeBinding_ParentMode()
void setParentMode(Mode value)
Parent Mode
' reference.
value
- the new value of the 'Parent Mode' reference.getParentMode()
Mode getDerivedMode()
If the meaning of the 'Derived Mode' reference isn't clear, there really should be more of a description here...
setDerivedMode(Mode)
,
Aadl2Package.getModeBinding_DerivedMode()
void setDerivedMode(Mode value)
Derived Mode
' reference.
value
- the new value of the 'Derived Mode' reference.getDerivedMode()