Interface EnumLiteral
-
- All Superinterfaces:
EObject
,ManifestationContainer
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
- All Known Implementing Classes:
EnumLiteralImpl
public interface EnumLiteral extends ManifestationContainer, tools.mdsd.modelingfoundations.identifier.NamedElement
A representation of the model object 'Enum Literal'.- See Also:
ValuetypePackage.getEnumLiteral()
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='LiteralMustDefineEitherNameOrValue'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot LiteralMustDefineEitherNameOrValue='not (self.entityName.oclIsUndefined() and self.manifestation.oclIsUndefined())'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueType
determineValueType()
-
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.characteristics.binding.ManifestationContainer
getManifestation, getValuetype, setManifestation
-
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
-
-
-
-
Method Detail
-
determineValueType
ValueType determineValueType()
- Specified by:
determineValueType
in interfaceManifestationContainer
- Generated class or method.
- EMF model class or method.
- required="true"
-
-