public interface ValuePart extends CapellaElement
The following features are supported:
DatavaluePackage.getValuePart()| Modifier and Type | Method and Description |
|---|---|
DataValue |
getOwnedValue()
Returns the value of the 'Owned Value' containment reference.
|
Property |
getReferencedProperty()
Returns the value of the 'Referenced Property' reference.
|
void |
setOwnedValue(DataValue value)
Sets the value of the '
Owned Value' containment reference. |
void |
setReferencedProperty(Property value)
Sets the value of the '
Referenced Property' reference. |
getAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsProperty getReferencedProperty()
If the meaning of the 'Referenced Property' reference isn't clear, there really should be more of a description here...
setReferencedProperty(Property),
DatavaluePackage.getValuePart_ReferencedProperty()void setReferencedProperty(Property value)
Referenced Property' reference.
value - the new value of the 'Referenced Property' reference.getReferencedProperty()DataValue getOwnedValue()
If the meaning of the 'Owned Value' containment reference isn't clear, there really should be more of a description here...
setOwnedValue(DataValue),
DatavaluePackage.getValuePart_OwnedValue()void setOwnedValue(DataValue value)
Owned Value' containment reference.
value - the new value of the 'Owned Value' containment reference.getOwnedValue()