Interface LiteralBoolean

    • Method Detail

      • isValue

        boolean isValue()
        Returns the value of the 'Value' attribute. The default value is "false". The specified Boolean value.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(boolean), UMLPackage.getLiteralBoolean_Value()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • 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: