Uses of Class
org.pentaho.di.core.row.ValueMetaAndData
-
Packages that use ValueMetaAndData Package Description org.pentaho.di.core -
-
Uses of ValueMetaAndData in org.pentaho.di.core
Methods in org.pentaho.di.core that return ValueMetaAndData Modifier and Type Method Description ValueMetaAndData
Condition. getRightExact()
Methods in org.pentaho.di.core with parameters of type ValueMetaAndData Modifier and Type Method Description void
Condition. setRightExact(ValueMetaAndData rightExact)
Constructors in org.pentaho.di.core with parameters of type ValueMetaAndData Constructor Description Condition(boolean negate, String valuename, int function, String valuename2, ValueMetaAndData exact)
Condition(int operator, String valuename, int function, String valuename2, ValueMetaAndData exact)
Condition(String valuename, int function, String valuename2, ValueMetaAndData exact)
-