Class ColumnValue


  • public class ColumnValue
    extends Object
    Column Value wrapper to specify additional value attributes, such as a range tolerance for floating point numbers
    Author:
    osbornb
    • Constructor Detail

      • ColumnValue

        public ColumnValue​(Object value)
        Constructor
        Parameters:
        value - value
      • ColumnValue

        public ColumnValue​(Object value,
                           Double tolerance)
        Constructor
        Parameters:
        value - value
        tolerance - tolerance
    • Method Detail

      • getValue

        public Object getValue()
        Get the value
        Returns:
        value
      • getTolerance

        public Double getTolerance()
        Get the tolerance
        Returns:
        tolerance