Interface EnumeratedType

All Superinterfaces:
AbstractCodeElement, CodeItem, Datatype, Element, org.eclipse.emf.ecore.EObject, KDMEntity, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
EnumeratedTypeImpl

public interface EnumeratedType
extends Datatype
A representation of the model object 'Enumerated Type'.

The following features are supported:

See Also:
CodePackage.getEnumeratedType()
  • Method Details

    • getValue

      org.eclipse.emf.common.util.EList<Value> getValue()
      Returns the value of the 'Value' containment reference list. The list contents are of type Value.
      Returns:
      the value of the 'Value' containment reference list.
      See Also:
      CodePackage.getEnumeratedType_Value()