Interface MinMaxValidator

    • Method Detail

      • getMin

        Long getMin()
        Gets the minimum, if there is one.
        Returns:
        the minimum value, or null if there is no minimum
      • getMax

        Long getMax()
        Gets the maximum, if there is one.
        Returns:
        the maximum value, or null if there is no minimum