Class ColumnRange


  • public class ColumnRange
    extends Object
    Column Range wrapper to specify a range and additional attributes, such as a tolerance for floating point numbers
    Since:
    6.6.7
    Author:
    osbornb
    • Constructor Detail

      • ColumnRange

        public ColumnRange​(Number min,
                           Number max)
        Constructor
        Parameters:
        min - min value
        max - max value
      • ColumnRange

        public ColumnRange​(Number min,
                           Number max,
                           Double tolerance)
        Constructor
        Parameters:
        min - min value
        max - max value
        tolerance - tolerance
    • Method Detail

      • getMin

        public Number getMin()
        Get the min value
        Returns:
        min value
      • getMax

        public Number getMax()
        Get the max value
        Returns:
        max value
      • getTolerance

        public Double getTolerance()
        Get the tolerance
        Returns:
        tolerance