Interface EnumValueType
-
- All Superinterfaces:
BaseValueType
,tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
,ValueType
- All Known Implementing Classes:
EnumValueTypeImpl
public interface EnumValueType extends BaseValueType
A representation of the model object 'Enum Value Type'.The following features are supported:
- See Also:
ValuetypePackage.getEnumValueType()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EnumLiteral>
getLiterals()
Returns the value of the 'Literals' containment reference list.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface tools.mdsd.characteristics.valuetype.ValueType
adheresToValueType, getProperty, hasProperty
-
-
-
-
Method Detail
-
getLiterals
EList<EnumLiteral> getLiterals()
Returns the value of the 'Literals' containment reference list. The list contents are of typeEnumLiteral
.- Returns:
- the value of the 'Literals' containment reference list.
- See Also:
ValuetypePackage.getEnumValueType_Literals()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
-