Interface IntValue

    • Method Detail

      • getLiteral

        java.lang.Integer getLiteral()
        Returns the value of the 'Literal' attribute.

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

        Specified by:
        getLiteral in interface Value
        Returns:
        the value of the 'Literal' attribute.
        See Also:
        setLiteral(int), ExpressionsPackage.getIntValue_Literal()
        Generated
        NOT
        Model
      • setLiteral

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