public interface EnumerationPropertyValue extends AbstractPropertyValue
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
EnumerationPropertyType |
getType()
Returns the value of the 'Type' reference.
|
EnumerationPropertyLiteral |
getValue()
Returns the value of the 'Value' reference.
|
void |
setType(EnumerationPropertyType value)
Sets the value of the '
Type' reference. |
void |
setValue(EnumerationPropertyLiteral value)
Sets the value of the '
Value' reference. |
getInvolvedElements, getValuedElementsgetName, setNamegetAppliedPropertyValueGroups, 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, setSidgetOwnedExtensionsEnumerationPropertyType getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(EnumerationPropertyType),
CapellacorePackage.getEnumerationPropertyValue_Type()void setType(EnumerationPropertyType value)
Type' reference.
value - the new value of the 'Type' reference.getType()EnumerationPropertyLiteral getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
setValue(EnumerationPropertyLiteral),
CapellacorePackage.getEnumerationPropertyValue_Value()void setValue(EnumerationPropertyLiteral value)
Value' reference.
value - the new value of the 'Value' reference.getValue()