|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueInterface | |
---|---|
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 | |
---|---|
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 | |
---|---|
ValueInterface |
Value.getValueInterface()
|
Methods in org.pentaho.di.compatibility with parameters of type ValueInterface | |
---|---|
void |
Value.setValueInterface(ValueInterface valueInterface)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |