Interface BoolLiteral

    • Method Detail

      • isValue

        boolean isValue()
        Returns the value of the 'Value' attribute.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(boolean), StoexPackage.getBoolLiteral_Value()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setValue

        void setValue​(boolean value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        isValue()
        Generated class or method.