Uses of Class
org.pentaho.di.compatibility.Value
- 
Packages that use Value 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.org.pentaho.di.core.row org.pentaho.di.core.row.value  - 
- 
Uses of Value in org.pentaho.di.compatibility
Methods in org.pentaho.di.compatibility that return Value Modifier and Type Method Description ValueValue. abs()ValueValue. acos()ValueValue. add_days(long days)Add a number of days to a Date value.ValueValue. add_months(int months)ValueValue. and(Value v)ValueValue. asin()ValueValue. atan()ValueValue. atan2(double arg0)ValueValue. atan2(Value arg0)ValueValue. bool_and(Value v)ValueValue. bool_not()ValueValue. bool_or(Value v)ValueValue. bool_xor(Value v)ValueValue. byteToHexEncode()Change a string into its hexadecimal representation.ValueValue. ceil()ValueValue. charToHexEncode()Change a string into its hexadecimal representation.ValueValue. Clone()Build a copy of this ValueValueValue. cos()ValueValue. dat2num()ValueValue. dat2str()ValueValue. dat2str(String arg0)ValueValue. dat2str(String arg0, String arg1)ValueValue. different(Value v)ValueValue. divide(byte v)ValueValue. divide(double v)ValueValue. divide(int v)ValueValue. divide(long v)ValueValue. divide(BigDecimal v)ValueValue. divide(Value v)ValueValue. e()ValueValue. equal(Value v)ValueValue. exp()ValueValue. first_day()ValueValue. floor()static ValueValue. getInstance()ValueRow. getValue(int index)Get the value on a given position in the row.ValueValue. greater(Value v)ValueValue. greater_equal(Value v)ValueValue. hexToByteDecode()Change a hexadecimal string into normal ASCII representation.ValueValue. hexToCharDecode()Change a hexadecimal string into normal ASCII representation.ValueValue. initcap()ValueValue. last_day()ValueValue. leftstr(int len)ValueValue. leftstr(Value len)ValueValue. length()ValueValue. like(Value v)ValueValue. log()ValueValue. lower()ValueValue. lpad(int len)ValueValue. lpad(int len, String padstr)ValueValue. lpad(Value len)ValueValue. lpad(Value len, Value padstr)ValueValue. ltrim()ValueValue. minus(byte v)ValueValue. minus(double v)ValueValue. minus(int v)ValueValue. minus(long v)ValueValue. minus(BigDecimal v)ValueValue. minus(Value v)ValueValue. mod(byte arg)ValueValue. mod(double arg0)ValueValue. mod(int arg)ValueValue. mod(long arg)ValueValue. mod(BigDecimal arg)ValueValue. mod(Value arg)ValueValue. multiply(byte v)ValueValue. multiply(double v)ValueValue. multiply(int v)ValueValue. multiply(long v)ValueValue. multiply(BigDecimal v)ValueValue. multiply(Value v)ValueValue. num2dat()ValueValue. num2str()ValueValue. num2str(String format)ValueValue. num2str(String format, String decimalSymbol)ValueValue. num2str(String format, String decimalSymbol, String groupingSymbol)ValueValue. num2str(String format, String decimalSymbol, String groupingSymbol, String currencySymbol)ValueValue. nvl(Value alt)ValueValue. or(Value v)ValueValue. pi()ValueValue. plus(byte v)ValueValue. plus(double v)ValueValue. plus(int v)ValueValue. plus(long v)ValueValue. plus(BigDecimal v)ValueValue. plus(Value v)ValueValue. power(double arg)ValueValue. power(BigDecimal arg)ValueValue. power(Value v)ValueValue. replace(String repl, String with)ValueValue. replace(Value repl, Value with)ValueValue. rightstr(int len)ValueValue. rightstr(Value len)ValueValue. round()Rounds off to the nearest integer.ValueValue. round(int decimalPlaces)Rounds the Number value to a certain number decimal places.ValueValue. rpad(int len)ValueValue. rpad(int len, String padstr)ValueValue. rpad(Value len)ValueValue. rpad(Value len, Value padstr)ValueValue. rtrim()ValueRow. searchValue(String name)Search the Value by name in the row.ValueValue. sign()ValueValue. sin()ValueValue. smaller(Value v)ValueValue. smaller_equal(Value v)ValueValue. sqrt()ValueValue. startsWith(String string)ValueValue. startsWith(Value string)ValueValue. str2dat(String arg0)ValueValue. str2dat(String arg0, String arg1)ValueValue. str2num()ValueValue. str2num(String pattern)ValueValue. str2num(String pattern, String decimal)ValueValue. str2num(String pattern, String decimal, String grouping)ValueValue. str2num(String pattern, String decimal, String grouping, String currency)ValueValue. substr(int from)ValueValue. substr(int from, int to)ValueValue. substr(Value from)ValueValue. substr(Value from, Value to)ValueValue. sysdate()ValueValue. tan()ValueValue. trim()Performs a right and left trim of spaces in the string.ValueValue. trunc()ValueValue. trunc(double level)ValueValue. trunc(int level)ValueValue. upper()ValueValue. v_decode(Value[] args)ValueValue. v_if(Value[] args)ValueValue. xor(Value v)Methods in org.pentaho.di.compatibility with parameters of type Value Modifier and Type Method Description voidRow. addValue(int idx, Value v)Add a value on a certain location in the row.voidRow. addValue(Value v)Add a value after the last value of the rowValueValue. and(Value v)ValueValue. atan2(Value arg0)ValueValue. bool_and(Value v)ValueValue. bool_or(Value v)ValueValue. bool_xor(Value v)intValue. compare(Value v)Compare 2 values of the same or different type! The comparison of Strings is case insensitiveintValue. compare(Value v, boolean caseInsensitive)Compare 2 values of the same or different type!ValueValue. different(Value v)ValueValue. divide(Value v)ValueValue. equal(Value v)booleanValue. equalValueType(Value v)booleanValue. equalValueType(Value v, boolean checkTypeOnly)Returns whether "types" of the values are exactly the same: type, name, length, precision.ValueValue. greater(Value v)ValueValue. greater_equal(Value v)ValueValue. leftstr(Value len)ValueValue. like(Value v)ValueValue. lpad(Value len)ValueValue. lpad(Value len, Value padstr)voidValue. merge(Value other)Merges another Value.ValueValue. minus(Value v)ValueValue. mod(Value arg)ValueValue. multiply(Value v)ValueValue. nvl(Value alt)ValueValue. or(Value v)ValueValue. plus(Value v)ValueValue. power(Value v)ValueValue. replace(Value repl, Value with)ValueValue. rightstr(Value len)ValueValue. rpad(Value len)ValueValue. rpad(Value len, Value padstr)voidRow. setValue(int idx, Value v)Set the value on index idx.voidValue. setValue(Value v)Copy the Value from another Value.ValueValue. smaller(Value v)ValueValue. smaller_equal(Value v)ValueValue. startsWith(Value string)ValueValue. substr(Value from)ValueValue. substr(Value from, Value to)ValueValue. v_decode(Value[] args)ValueValue. v_if(Value[] args)voidValueUsedListener. valueIsUsed(int index, Value value)ValueValue. xor(Value v)Constructors in org.pentaho.di.compatibility with parameters of type Value Constructor Description Value(String name, Value v)Constructs a new Value as a copy of another value and renames it...Value(Value v)Constructs a new Value as a copy of another valueValue(Value metaData, DataInputStream dis)Read the data of a Value from a DataInputStream, the meta-data of the value has to be set before calling this method! - 
Uses of Value in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that return Value Modifier and Type Method Description ValueValueMetaInterface. createOriginalValue(Object data)Create an old-style value for backward compatibility reasonsMethods in org.pentaho.di.core.row with parameters of type Value Modifier and Type Method Description ObjectValueMetaInterface. getValueData(Value value)Extracts the primitive data from an old style Value object - 
Uses of Value in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that return Value Modifier and Type Method Description ValueValueMetaBase. createOriginalValue(Object data)Create an old-style value for backward compatibility reasonsMethods in org.pentaho.di.core.row.value with parameters of type Value Modifier and Type Method Description ObjectValueMetaBase. getValueData(Value value)Extracts the primitive data from an old style Value object 
 -