Package org.pentaho.di.compatibility

Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.

See:
          Description

Interface Summary
ValueInterface This interface provides a way to look at a Number, String, Integer, Date...
ValueUsedListener  
 

Class Summary
Messages  
Row This class describes a single row in a stream of data.
Value This class is one of the core classes of the Kettle framework.
ValueBigNumber This class contains a Value of type BigNumber and the length/precision by which it is described.
ValueBinary This class contains a Value of type Binary.
ValueBoolean This class contains a Value of type Boolean.
ValueDate This class contains a Value of type Date.
ValueInteger This class contains a Value of type Integer and the length by which it is described.
ValueNumber This class contains a Value of type Number and the length/precision by which it is described.
ValueSerializable  
ValueString This class contains a Value of type String and the length by which it is described.
 

Package org.pentaho.di.compatibility Description

Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.