Interface NumericPropertyDescriptor<T>

    • Method Detail

      • upperLimit

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

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