Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
V
v_decode(Value[])
- Method in class org.pentaho.di.compatibility.
Value
v_if(Value[])
- Method in class org.pentaho.di.compatibility.
Value
Value
- Class in
org.pentaho.di.compatibility
This class is one of the core classes of the Kettle framework.
Value()
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of type EMPTY
Value(String)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value with a name.
Value(String, int)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value with a name and a type.
Value(String, int, int, int)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value with a name, a type, length and precision.
Value(String, BigDecimal)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_BIGNUMBER, with a name, containing a BigDecimal number
Value(String, double)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_NUMBER, with a name, containing a number
Value(String, StringBuffer)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_STRING, with a name, containing a String
Value(String, String)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_STRING, with a name, containing a String
Value(String, Date)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_DATE, with a name, containing a Date
Value(String, boolean)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_BOOLEAN, with a name, containing a boolean value
Value(String, long)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_INTEGER, with a name, containing an integer number
Value(String, Value)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value as a copy of another value and renames it...
Value(String, byte[])
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value of Type VALUE_TYPE_BINARY, with a name, containing a bytes value
Value(Value)
- Constructor for class org.pentaho.di.compatibility.
Value
Constructs a new Value as a copy of another value
Value(InputStream)
- Constructor for class org.pentaho.di.compatibility.
Value
Read the Value, including meta-data from a DataInputStream
Value(Value, DataInputStream)
- Constructor for class org.pentaho.di.compatibility.
Value
Read the data of a Value from a DataInputStream, the meta-data of the value has to be set before calling this method!
Value(Node)
- Constructor for class org.pentaho.di.compatibility.
Value
Construct a new Value and read the data from XML
VALUE_REPOSITORY_DATE_CONVERSION_MASK
- Static variable in class org.pentaho.di.core.row.
ValueMetaAndData
VALUE_REPOSITORY_DECIMAL_SYMBOL
- Static variable in class org.pentaho.di.core.row.
ValueMetaAndData
VALUE_REPOSITORY_GROUPING_SYMBOL
- Static variable in class org.pentaho.di.core.row.
ValueMetaAndData
VALUE_REPOSITORY_INTEGER_CONVERSION_MASK
- Static variable in class org.pentaho.di.core.row.
ValueMetaAndData
VALUE_REPOSITORY_NUMBER_CONVERSION_MASK
- Static variable in class org.pentaho.di.core.row.
ValueMetaAndData
VALUE_TYPE_BIGNUMBER
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains a floating point precision number with arbitrary precision.
VALUE_TYPE_BINARY
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains binary data: BLOB, CLOB, ...
VALUE_TYPE_BOOLEAN
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains a boolean.
VALUE_TYPE_DATE
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains a Date.
VALUE_TYPE_INTEGER
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains a long integer.
VALUE_TYPE_NONE
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value has no type set.
VALUE_TYPE_NUMBER
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains a floating point double precision number.
VALUE_TYPE_SERIALIZABLE
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains an Object.
VALUE_TYPE_STRING
- Static variable in class org.pentaho.di.compatibility.
Value
Value type indicating that the value contains a text String.
ValueBigNumber
- Class in
org.pentaho.di.compatibility
This class contains a Value of type BigNumber and the length/precision by which it is described.
ValueBigNumber()
- Constructor for class org.pentaho.di.compatibility.
ValueBigNumber
ValueBigNumber(BigDecimal)
- Constructor for class org.pentaho.di.compatibility.
ValueBigNumber
ValueBinary
- Class in
org.pentaho.di.compatibility
This class contains a Value of type Binary.
ValueBinary()
- Constructor for class org.pentaho.di.compatibility.
ValueBinary
ValueBinary(byte[])
- Constructor for class org.pentaho.di.compatibility.
ValueBinary
ValueBoolean
- Class in
org.pentaho.di.compatibility
This class contains a Value of type Boolean.
ValueBoolean()
- Constructor for class org.pentaho.di.compatibility.
ValueBoolean
ValueBoolean(boolean)
- Constructor for class org.pentaho.di.compatibility.
ValueBoolean
ValueDataUtil
- Class in
org.pentaho.di.core.row
ValueDataUtil()
- Constructor for class org.pentaho.di.core.row.
ValueDataUtil
ValueDate
- Class in
org.pentaho.di.compatibility
This class contains a Value of type Date.
ValueDate()
- Constructor for class org.pentaho.di.compatibility.
ValueDate
ValueDate(Date)
- Constructor for class org.pentaho.di.compatibility.
ValueDate
ValueInteger
- Class in
org.pentaho.di.compatibility
This class contains a Value of type Integer and the length by which it is described.
ValueInteger()
- Constructor for class org.pentaho.di.compatibility.
ValueInteger
ValueInteger(long)
- Constructor for class org.pentaho.di.compatibility.
ValueInteger
ValueInterface
- Interface in
org.pentaho.di.compatibility
This interface provides a way to look at a Number, String, Integer, Date...
valueIsUsed(int, Value)
- Method in interface org.pentaho.di.compatibility.
ValueUsedListener
ValueMeta
- Class in
org.pentaho.di.core.row
ValueMeta()
- Constructor for class org.pentaho.di.core.row.
ValueMeta
ValueMeta(String)
- Constructor for class org.pentaho.di.core.row.
ValueMeta
ValueMeta(String, int)
- Constructor for class org.pentaho.di.core.row.
ValueMeta
ValueMeta(String, int, int)
- Constructor for class org.pentaho.di.core.row.
ValueMeta
ValueMeta(String, int, int, int)
- Constructor for class org.pentaho.di.core.row.
ValueMeta
ValueMeta(DataInputStream)
- Constructor for class org.pentaho.di.core.row.
ValueMeta
ValueMeta(Node)
- Constructor for class org.pentaho.di.core.row.
ValueMeta
ValueMetaAndData
- Class in
org.pentaho.di.core.row
ValueMetaAndData()
- Constructor for class org.pentaho.di.core.row.
ValueMetaAndData
ValueMetaAndData(ValueMetaInterface, Object)
- Constructor for class org.pentaho.di.core.row.
ValueMetaAndData
ValueMetaAndData(String, Object)
- Constructor for class org.pentaho.di.core.row.
ValueMetaAndData
ValueMetaAndData(Node)
- Constructor for class org.pentaho.di.core.row.
ValueMetaAndData
Construct a new Value and read the data from XML
ValueMetaInterface
- Interface in
org.pentaho.di.core.row
ValueNumber
- Class in
org.pentaho.di.compatibility
This class contains a Value of type Number and the length/precision by which it is described.
ValueNumber()
- Constructor for class org.pentaho.di.compatibility.
ValueNumber
ValueNumber(double)
- Constructor for class org.pentaho.di.compatibility.
ValueNumber
valueOf(String)
- Static method in enum org.pentaho.di.core.fileinput.
FileInputList.FileTypeFilter
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.pentaho.di.core.gui.
GUIOption.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.pentaho.di.core.lifecycle.
LifeEventInfo.Hint
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.pentaho.di.core.lifecycle.
LifeEventInfo.State
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.pentaho.di.core.fileinput.
FileInputList.FileTypeFilter
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.pentaho.di.core.gui.
GUIOption.DisplayType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.pentaho.di.core.lifecycle.
LifeEventInfo.Hint
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.pentaho.di.core.lifecycle.
LifeEventInfo.State
Returns an array containing the constants of this enum type, in the order they're declared.
ValueSerializable
- Class in
org.pentaho.di.compatibility
ValueSerializable(Serializable)
- Constructor for class org.pentaho.di.compatibility.
ValueSerializable
ValueString
- Class in
org.pentaho.di.compatibility
This class contains a Value of type String and the length by which it is described.
ValueString()
- Constructor for class org.pentaho.di.compatibility.
ValueString
ValueString(String)
- Constructor for class org.pentaho.di.compatibility.
ValueString
ValueUsedListener
- Interface in
org.pentaho.di.compatibility
Variables
- Class in
org.pentaho.di.core.variables
This class is an implementation of VariableSpace
Variables()
- Constructor for class org.pentaho.di.core.variables.
Variables
VariableSpace
- Interface in
org.pentaho.di.core.variables
Interface to implement variable sensitive objects.
VERSION
- Static variable in class org.pentaho.di.core.
Const
Version number
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y