Package org.pentaho.di.compatibility


package org.pentaho.di.compatibility
Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.
  • Class
    Description
    This class describes a single row in a stream of data.
    This class is one of the core classes of the Kettle framework.
    This class contains a Value of type BigNumber and the length/precision by which it is described.
    This class contains a Value of type Binary.
    This class contains a Value of type Boolean.
    This class contains a Value of type Date.
    This class contains a Value of type Integer and the length by which it is described.
    This interface provides a way to look at a Number, String, Integer, Date...
    This class contains a Value of type Number and the length/precision by which it is described.
     
    This class contains a Value of type String and the length by which it is described.