Uses of Interface
org.pentaho.di.compatibility.ValueInterface
Package
Description
Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.
-
Uses of ValueInterface in org.pentaho.di.compatibility
Modifier and TypeClassDescriptionclass
This class contains a Value of type BigNumber and the length/precision by which it is described.class
This class contains a Value of type Binary.class
This class contains a Value of type Boolean.class
This class contains a Value of type Date.class
This class contains a Value of type Integer and the length by which it is described.class
This class contains a Value of type Number and the length/precision by which it is described.class
class
This class contains a Value of type String and the length by which it is described.