Interface EnumDeclaration

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Relation, Statement
All Known Implementing Classes:
EnumDeclarationImpl

public interface EnumDeclaration extends Statement, Relation
A representation of the model object 'Enum Declaration'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Node>
    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.refinery.language.model.problem.NamedElement

    getName, setName

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getLiterals

      org.eclipse.emf.common.util.EList<Node> getLiterals()
      Returns the value of the 'Literals' containment reference list. The list contents are of type Node.
      Returns:
      the value of the 'Literals' containment reference list.
      See Also: