Interface LiteralReal

    • Method Detail

      • getValue

        double getValue()
        Returns the value of the 'Value' attribute.

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

        The specified Real value.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(double), UMLPackage.getLiteralReal_Value()
        Model:
        dataType="com.nomagic.uml2.ext.magicdraw.Real" required="true" ordered="false"
        Generated:
      • setValue

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