Interface LiteralInteger

    • Method Detail

      • getValue

        int getValue()
        Returns the value of the 'Value' attribute. The default value is "0". The specified Integer value.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(int), UMLPackage.getLiteralInteger_Value()
        Model:
        default="0" dataType="com.nomagic.uml2.ext.magicdraw.Integer" required="true" ordered="false"
        Generated:
      • setValue

        void setValue​(int value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated: