Interface BooleanValue

    • Method Detail

      • isLiteral

        boolean isLiteral()
        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...

        Returns:
        the value of the 'Literal' attribute.
        See Also:
        setLiteral(boolean), ExpressionsPackage.getBooleanValue_Literal()
        Generated
        Model
      • setLiteral

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