Interface RangeValidator<V>

    • Method Detail

      • getMinimum

        V getMinimum()
        Returns:
        The minimum value, inclusive, or null if the range has no lower bound.
      • getMaximum

        V getMaximum()
        Returns:
        The maximum value, inclusive, or null if the range has no upper bound.
      • getStep

        V getStep()
        Returns:
        The step amount, or null if the range has no increment value specified.