Interface NestedIntervalsDoubleValueProvider

    • Method Detail

      • setMinValue

        void setMinValue​(double value)
        Sets the value of the 'Min Value' attribute.
        Parameters:
        value - the new value of the 'Min Value' attribute.
        See Also:
        getMinValue()
        Generated class or method.
      • setMaxValue

        void setMaxValue​(double value)
        Sets the value of the 'Max Value' attribute.
        Parameters:
        value - the new value of the 'Max Value' attribute.
        See Also:
        getMaxValue()
        Generated class or method.