public interface Enumeration extends DataType
The following features are supported:
DatatypePackage.getEnumeration()| Modifier and Type | Method and Description |
|---|---|
DataType |
getDomainType()
Returns the value of the 'Domain Type' reference.
|
AbstractEnumerationValue |
getOwnedDefaultValue()
Returns the value of the 'Owned Default Value' containment reference.
|
org.eclipse.emf.common.util.EList<EnumerationLiteral> |
getOwnedLiterals()
Returns the value of the 'Owned Literals' containment reference list.
|
AbstractEnumerationValue |
getOwnedMaxValue()
Returns the value of the 'Owned Max Value' containment reference.
|
AbstractEnumerationValue |
getOwnedMinValue()
Returns the value of the 'Owned Min Value' containment reference.
|
AbstractEnumerationValue |
getOwnedNullValue()
Returns the value of the 'Owned Null Value' containment reference.
|
void |
setDomainType(DataType value)
Sets the value of the '
Domain Type' reference. |
void |
setOwnedDefaultValue(AbstractEnumerationValue value)
Sets the value of the '
Owned Default Value' containment reference. |
void |
setOwnedMaxValue(AbstractEnumerationValue value)
Sets the value of the '
Owned Max Value' containment reference. |
void |
setOwnedMinValue(AbstractEnumerationValue value)
Sets the value of the '
Owned Min Value' containment reference. |
void |
setOwnedNullValue(AbstractEnumerationValue value)
Sets the value of the '
Owned Null Value' containment reference. |
getDefaultValue, getNullValue, getOwnedInformationRealizations, getPattern, getRealizedDataTypes, getRealizingDataTypes, getVisibility, isDiscrete, isMaxInclusive, isMinInclusive, setDiscrete, setMaxInclusive, setMinInclusive, setPattern, setVisibilitygetOwnedGeneralizations, getSub, getSubGeneralizations, getSuper, getSuperGeneralizations, isAbstract, setAbstractgetTypedElementsgetAbstractTypedElementsgetOwnedDataValuesgetOwnedPropertyValuePkgsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, 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, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverisFinal, setFinalorg.eclipse.emf.common.util.EList<EnumerationLiteral> getOwnedLiterals()
EnumerationLiteral.
If the meaning of the 'Owned Literals' containment reference list isn't clear, there really should be more of a description here...
DatatypePackage.getEnumeration_OwnedLiterals()AbstractEnumerationValue getOwnedDefaultValue()
If the meaning of the 'Owned Default Value' containment reference isn't clear, there really should be more of a description here...
setOwnedDefaultValue(AbstractEnumerationValue),
DatatypePackage.getEnumeration_OwnedDefaultValue()void setOwnedDefaultValue(AbstractEnumerationValue value)
Owned Default Value' containment reference.
value - the new value of the 'Owned Default Value' containment reference.getOwnedDefaultValue()AbstractEnumerationValue getOwnedNullValue()
If the meaning of the 'Owned Null Value' containment reference isn't clear, there really should be more of a description here...
setOwnedNullValue(AbstractEnumerationValue),
DatatypePackage.getEnumeration_OwnedNullValue()void setOwnedNullValue(AbstractEnumerationValue value)
Owned Null Value' containment reference.
value - the new value of the 'Owned Null Value' containment reference.getOwnedNullValue()AbstractEnumerationValue getOwnedMinValue()
If the meaning of the 'Owned Min Value' containment reference isn't clear, there really should be more of a description here...
setOwnedMinValue(AbstractEnumerationValue),
DatatypePackage.getEnumeration_OwnedMinValue()void setOwnedMinValue(AbstractEnumerationValue value)
Owned Min Value' containment reference.
value - the new value of the 'Owned Min Value' containment reference.getOwnedMinValue()AbstractEnumerationValue getOwnedMaxValue()
If the meaning of the 'Owned Max Value' containment reference isn't clear, there really should be more of a description here...
setOwnedMaxValue(AbstractEnumerationValue),
DatatypePackage.getEnumeration_OwnedMaxValue()void setOwnedMaxValue(AbstractEnumerationValue value)
Owned Max Value' containment reference.
value - the new value of the 'Owned Max Value' containment reference.getOwnedMaxValue()DataType getDomainType()
If the meaning of the 'Domain Type' reference isn't clear, there really should be more of a description here...
setDomainType(DataType),
DatatypePackage.getEnumeration_DomainType()void setDomainType(DataType value)
Domain Type' reference.
value - the new value of the 'Domain Type' reference.getDomainType()