Interface EnumValue

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EEnum getEnumeration()
      Returns the value of the 'Enumeration' reference.
      org.eclipse.emf.ecore.EEnumLiteral getLiteral()
      Returns the value of the 'Literal' reference.
      void setEnumeration​(org.eclipse.emf.ecore.EEnum value)
      Sets the value of the 'Enumeration' reference.
      void setLiteral​(org.eclipse.emf.ecore.EEnumLiteral value)
      Sets the value of the 'Literal' reference.
      java.lang.String toString()
      • 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 org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setEnumeration

        void setEnumeration​(org.eclipse.emf.ecore.EEnum value)
        Sets the value of the 'Enumeration' reference.
        Parameters:
        value - the new value of the 'Enumeration' reference.
        See Also:
        getEnumeration()
        Generated:
      • setLiteral

        void setLiteral​(org.eclipse.emf.ecore.EEnumLiteral value)
        Sets the value of the 'Literal' reference.
        Parameters:
        value - the new value of the 'Literal' reference.
        See Also:
        getLiteral()
        Generated:
      • toString

        java.lang.String toString()
        Specified by:
        toString in interface Expression
        Specified by:
        toString in interface ValueReference
        Overrides:
        toString in class java.lang.Object
        Generated:
        Model: