Interface NumericPropertyDescriptor<T>

    • Method Detail

      • upperLimit

        Number upperLimit()
        Deprecated.
        Returns the maximum value that instances of the property can have.
        Returns:
        Number
      • lowerLimit

        Number lowerLimit()
        Deprecated.
        Returns the minimum value that instances of the property can have.
        Returns:
        Number