Class ValidatorRange<V>

    • Constructor Detail

      • ValidatorRange

        public ValidatorRange​(io.github.mmm.base.range.Range<V> range)
        The constructor.
        Parameters:
        range - is the Range the value has to be within.
      • ValidatorRange

        public ValidatorRange​(V min,
                              V max)
        The constructor.
        Parameters:
        min - is the minimum value allowed.
        max - is the maximum value allowed.
    • Method Detail

      • getMin

        public Object getMin()
      • getMax

        public Object getMax()