public interface EmbeddedValue extends com.sodius.mdw.core.model.emf.MDWEObject, EModelElement
The following features are supported:
ReqifPackage.getEmbeddedValue()
Modifier and Type | Method and Description |
---|---|
EnumValue |
getEnumValue()
Returns the value of the 'Enum Value' container reference.
|
int |
getKey()
Returns the value of the 'Key' attribute.
|
String |
getOtherContent()
Returns the value of the 'Other Content' attribute.
|
void |
setEnumValue(EnumValue value)
Sets the value of the '
Enum Value ' container reference. |
void |
setKey(int value)
Sets the value of the '
Key ' attribute. |
void |
setOtherContent(String value)
Sets the value of the '
Other Content ' attribute. |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
int getKey()
setKey(int)
,
ReqifPackage.getEmbeddedValue_Key()
void setKey(int value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
String getOtherContent()
""
.
Arbitrary additional information related to the enumeration literal, for example a color.
setOtherContent(String)
,
ReqifPackage.getEmbeddedValue_OtherContent()
void setOtherContent(String value)
Other Content
' attribute.
value
- the new value of the 'Other Content' attribute.getOtherContent()
EnumValue getEnumValue()
Properties
'.
Back linkage to the owning EnumValue class.
setEnumValue(EnumValue)
,
ReqifPackage.getEmbeddedValue_EnumValue()
,
EnumValue.getProperties()
void setEnumValue(EnumValue value)
Enum Value
' container reference.
value
- the new value of the 'Enum Value' container reference.getEnumValue()