public interface ComplexValueReference extends AbstractComplexValue
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Property |
getReferencedProperty()
Returns the value of the 'Referenced Property' reference.
|
AbstractComplexValue |
getReferencedValue()
Returns the value of the 'Referenced Value' reference.
|
void |
setReferencedProperty(Property value)
Sets the value of the '
Referenced Property' reference. |
void |
setReferencedValue(AbstractComplexValue value)
Sets the value of the '
Referenced Value' reference. |
getComplexTypegetType, isAbstract, setAbstractgetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMgetAbstractType, setAbstractTypegetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsAbstractComplexValue getReferencedValue()
If the meaning of the 'Referenced Value' reference isn't clear, there really should be more of a description here...
setReferencedValue(AbstractComplexValue),
DatavaluePackage.getComplexValueReference_ReferencedValue()void setReferencedValue(AbstractComplexValue value)
Referenced Value' reference.
value - the new value of the 'Referenced Value' reference.getReferencedValue()Property getReferencedProperty()
If the meaning of the 'Referenced Property' reference isn't clear, there really should be more of a description here...
setReferencedProperty(Property),
DatavaluePackage.getComplexValueReference_ReferencedProperty()void setReferencedProperty(Property value)
Referenced Property' reference.
value - the new value of the 'Referenced Property' reference.getReferencedProperty()