public interface BasicPropertyAssociation extends Element
The following features are supported:
Modifier and Type | Method and Description |
---|---|
PropertyExpression |
createOwnedValue(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyExpression and sets the 'Owned Value' containment reference. |
PropertyExpression |
getOwnedValue()
Returns the value of the 'Owned Value' containment reference.
|
BasicProperty |
getProperty()
Returns the value of the 'Property' reference.
|
PropertyExpression |
getValue() |
void |
setOwnedValue(PropertyExpression value)
Sets the value of the '
Owned Value ' containment reference. |
void |
setProperty(BasicProperty value)
Sets the value of the '
Property ' 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
PropertyExpression createOwnedValue(org.eclipse.emf.ecore.EClass eClass)
PropertyExpression
and sets the 'Owned Value' containment reference.
eClass
- The Ecore class of the PropertyExpression
to create.PropertyExpression
.getOwnedValue()
BasicProperty getProperty()
If the meaning of the 'Property' reference isn't clear, there really should be more of a description here...
setProperty(BasicProperty)
,
Aadl2Package.getBasicPropertyAssociation_Property()
void setProperty(BasicProperty value)
Property
' reference.
value
- the new value of the 'Property' reference.getProperty()
PropertyExpression getOwnedValue()
If the meaning of the 'Owned Value' containment reference isn't clear, there really should be more of a description here...
setOwnedValue(PropertyExpression)
,
Aadl2Package.getBasicPropertyAssociation_OwnedValue()
void setOwnedValue(PropertyExpression value)
Owned Value
' containment reference.
value
- the new value of the 'Owned Value' containment reference.getOwnedValue()
PropertyExpression getValue()