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 class
ValueBigNumber
This class contains a Value of type BigNumber and the length/precision by which it is described.class
ValueBinary
This class contains a Value of type Binary.class
ValueBoolean
This class contains a Value of type Boolean.class
ValueDate
This class contains a Value of type Date.class
ValueInteger
This class contains a Value of type Integer and the length by which it is described.class
ValueNumber
This class contains a Value of type Number and the length/precision by which it is described.class
ValueSerializable
class
ValueString
This 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 ValueInterface
Value. getValueInterface()
Methods in org.pentaho.di.compatibility with parameters of type ValueInterface Modifier and Type Method Description void
Value. setValueInterface(ValueInterface valueInterface)
-