public interface AttributeValue
The following features are supported:
RhapsodyPackage.getAttributeValue()
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttribute()
Returns the value of the 'Attribute' reference.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setAttribute(Attribute value)
Sets the value of the '
Attribute ' reference. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute. |
java.lang.String getValue()
""
.
setValue(String)
,
RhapsodyPackage.getAttributeValue_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
Attribute getAttribute()
setAttribute(Attribute)
,
RhapsodyPackage.getAttributeValue_Attribute()
void setAttribute(Attribute value)
Attribute
' reference.
value
- the new value of the 'Attribute' reference.getAttribute()