Interface EnumValue

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.common.types.JvmEnumerationLiteral getEnumValue()
      Returns the value of the 'Enum Value' reference.
      void setEnumValue​(org.eclipse.xtext.common.types.JvmEnumerationLiteral value)
      Sets the value of the 'Enum Value' reference.
      • 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

      • setEnumValue

        void setEnumValue​(org.eclipse.xtext.common.types.JvmEnumerationLiteral value)
        Sets the value of the 'Enum Value' reference.
        Parameters:
        value - the new value of the 'Enum Value' reference.
        See Also:
        getEnumValue()