Interface EnumLiteralDeclaration

    • Method Detail

      • setEnumLiteral

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

        Keyword getLiteral()
        Returns the value of the 'Literal' containment reference.

        If the meaning of the 'Literal' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Literal' containment reference.
        See Also:
        setLiteral(Keyword), XtextPackage.getEnumLiteralDeclaration_Literal()
        Model:
        containment="true"
        Generated:
      • setLiteral

        void setLiteral​(Keyword value)
        Sets the value of the 'Literal' containment reference.
        Parameters:
        value - the new value of the 'Literal' containment reference.
        See Also:
        getLiteral()
        Generated: