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

Packages that use ValueMeta
org.pentaho.di.core   
org.pentaho.di.core.row   
org.pentaho.di.lineage   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of ValueMeta in org.pentaho.di.core
 

Methods in org.pentaho.di.core with parameters of type ValueMeta
 void RowMetaAndData.addValue(ValueMeta valueMeta, Object valueData)
           
 

Uses of ValueMeta in org.pentaho.di.core.row
 

Methods in org.pentaho.di.core.row that return ValueMeta
 ValueMeta ValueMeta.clone()
           
 

Uses of ValueMeta in org.pentaho.di.lineage
 

Methods in org.pentaho.di.lineage that return ValueMeta
 ValueMeta ValueLineage.getValueMeta()
           
 

Methods in org.pentaho.di.lineage with parameters of type ValueMeta
 void ValueLineage.setValueMeta(ValueMeta valueMeta)
           
 

Constructors in org.pentaho.di.lineage with parameters of type ValueMeta
ValueLineage(TransMeta transMeta, ValueMeta valueMeta)
          Create a new ValueLineage object with an empty set of source steps.
 

Uses of ValueMeta in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans with parameters of type ValueMeta
 RowMetaInterface TransformationTestCase.createRowMetaInterface(ValueMeta... valueMetas)