public interface DatatypeDefinitionEnumeration extends DatatypeDefinition
The following features are supported:
Modifier and Type | Method and Description |
---|---|
EnumValue |
createSpecifiedValue(String name,
int key,
String otherContent)
Creates a new enumeration value assigned to this enumeration.
|
com.sodius.mdw.core.model.emf.MDWEList<EnumValue> |
getSpecifiedValues()
Returns the value of the 'Specified Values' containment reference list.
|
getCoreContent, setCoreContent
getAlternativeID, getDesc, getIdentifier, getLastChange, getLongName, setAlternativeID, setDesc, setIdentifier, setLastChange, setLongName
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
com.sodius.mdw.core.model.emf.MDWEList<EnumValue> getSpecifiedValues()
EnumValue
.
It is bidirectional and its opposite is 'Datatype Def Enum
'.
The linkage to the owned enumeration literals
ReqifPackage.getDatatypeDefinitionEnumeration_SpecifiedValues()
,
EnumValue.getDatatypeDefEnum()
EnumValue createSpecifiedValue(String name, int key, String otherContent)
name
- the value name.key
- the value key.otherContent
- the value content.getSpecifiedValues()