Uses of Interface
org.pentaho.di.compatibility.ValueInterface
-
Packages that use ValueInterface Package Description org.pentaho.di.compatibility 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
Classes in org.pentaho.di.compatibility that implement ValueInterface Modifier and Type Class Description classValueBigNumberThis class contains a Value of type BigNumber and the length/precision by which it is described.classValueBinaryThis class contains a Value of type Binary.classValueBooleanThis class contains a Value of type Boolean.classValueDateThis class contains a Value of type Date.classValueIntegerThis class contains a Value of type Integer and the length by which it is described.classValueNumberThis class contains a Value of type Number and the length/precision by which it is described.classValueSerializableclassValueStringThis class contains a Value of type String and the length by which it is described.Methods in org.pentaho.di.compatibility that return ValueInterface Modifier and Type Method Description ValueInterfaceValue. getValueInterface()Methods in org.pentaho.di.compatibility with parameters of type ValueInterface Modifier and Type Method Description voidValue. setValueInterface(ValueInterface valueInterface)
-