Uses of Class
org.pentaho.di.core.row.ValueMetaAndData

Packages that use ValueMetaAndData
org.pentaho.di.core   
org.pentaho.di.repository.filerep   
org.pentaho.di.repository.kdr   
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.ui.core.dialog   
 

Uses of ValueMetaAndData in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return ValueMetaAndData
 ValueMetaAndData Condition.getRightExact()
           
 

Methods in org.pentaho.di.core with parameters of type ValueMetaAndData
 void Condition.setRightExact(ValueMetaAndData right_exact)
           
 

Constructors in org.pentaho.di.core with parameters of type ValueMetaAndData
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)
           
 

Uses of ValueMetaAndData in org.pentaho.di.repository.filerep
 

Methods in org.pentaho.di.repository.filerep that return ValueMetaAndData
 ValueMetaAndData KettleFileRepository.loadValueMetaAndData(ObjectId id_value)
           
 

Uses of ValueMetaAndData in org.pentaho.di.repository.kdr
 

Methods in org.pentaho.di.repository.kdr that return ValueMetaAndData
 ValueMetaAndData KettleDatabaseRepository.loadValueMetaAndData(ObjectId id_value)
           
 

Uses of ValueMetaAndData in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return ValueMetaAndData
 ValueMetaAndData KettleDatabaseRepositoryValueDelegate.loadValueMetaAndData(ObjectId id_value)
           
 

Uses of ValueMetaAndData in org.pentaho.di.ui.core.dialog
 

Methods in org.pentaho.di.ui.core.dialog that return ValueMetaAndData
 ValueMetaAndData EnterValueDialog.open()