Class SingleNumericPropertyBuilder<V,​T extends SingleNumericPropertyBuilder<V,​T>>

    • Field Detail

      • lowerLimit

        protected V lowerLimit
        Deprecated.
      • upperLimit

        protected V upperLimit
        Deprecated.
    • Constructor Detail

      • SingleNumericPropertyBuilder

        public SingleNumericPropertyBuilder​(String name)
        Deprecated.
    • Method Detail

      • range

        public T range​(V min,
                       V max)
        Deprecated.
        Specify the range of acceptable values.
        Parameters:
        min - Lower bound
        max - Upper bound
        Returns:
        The same builder