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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ValueInterface |
Value.getValueInterface() |
Modifier and Type | Method and Description |
---|---|
void |
Value.setValueInterface(ValueInterface valueInterface) |