Uses of Class
org.pentaho.di.trans.TransMeta.TransformationType

Packages that use TransMeta.TransformationType
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
org.pentaho.di.trans.steps.analyticquery   
org.pentaho.di.trans.steps.append   
org.pentaho.di.trans.steps.blockingstep   
org.pentaho.di.trans.steps.blockuntilstepsfinish   
org.pentaho.di.trans.steps.detectemptystream   
org.pentaho.di.trans.steps.detectlastrow   
org.pentaho.di.trans.steps.mapping   
org.pentaho.di.trans.steps.mergejoin   
org.pentaho.di.trans.steps.mergerows   
org.pentaho.di.trans.steps.singlethreader   
org.pentaho.di.trans.steps.sortedmerge   
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return TransMeta.TransformationType
 TransMeta.TransformationType TransMeta.getTransformationType()
          Gets the transformation type.
static TransMeta.TransformationType TransMeta.TransformationType.getTransformationTypeByCode(String transTypeCode)
          Gets the transformation type by code.
static TransMeta.TransformationType TransMeta.TransformationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransMeta.TransformationType[] TransMeta.TransformationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans with parameters of type TransMeta.TransformationType
 void TransMeta.setTransformationType(TransMeta.TransformationType transformationType)
          Sets the transformation type.
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return TransMeta.TransformationType
 TransMeta.TransformationType[] StepMetaInterface.getSupportedTransformationTypes()
           
 TransMeta.TransformationType[] BaseStepMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.analyticquery
 

Methods in org.pentaho.di.trans.steps.analyticquery that return TransMeta.TransformationType
 TransMeta.TransformationType[] AnalyticQueryMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.append
 

Methods in org.pentaho.di.trans.steps.append that return TransMeta.TransformationType
 TransMeta.TransformationType[] AppendMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.blockingstep
 

Methods in org.pentaho.di.trans.steps.blockingstep that return TransMeta.TransformationType
 TransMeta.TransformationType[] BlockingStepMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.blockuntilstepsfinish
 

Methods in org.pentaho.di.trans.steps.blockuntilstepsfinish that return TransMeta.TransformationType
 TransMeta.TransformationType[] BlockUntilStepsFinishMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.detectemptystream
 

Methods in org.pentaho.di.trans.steps.detectemptystream that return TransMeta.TransformationType
 TransMeta.TransformationType[] DetectEmptyStreamMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.detectlastrow
 

Methods in org.pentaho.di.trans.steps.detectlastrow that return TransMeta.TransformationType
 TransMeta.TransformationType[] DetectLastRowMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.mapping
 

Methods in org.pentaho.di.trans.steps.mapping that return TransMeta.TransformationType
 TransMeta.TransformationType[] MappingMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.mergejoin
 

Methods in org.pentaho.di.trans.steps.mergejoin that return TransMeta.TransformationType
 TransMeta.TransformationType[] MergeJoinMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.mergerows
 

Methods in org.pentaho.di.trans.steps.mergerows that return TransMeta.TransformationType
 TransMeta.TransformationType[] MergeRowsMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.singlethreader
 

Methods in org.pentaho.di.trans.steps.singlethreader that return TransMeta.TransformationType
 TransMeta.TransformationType[] SingleThreaderMeta.getSupportedTransformationTypes()
           
 

Uses of TransMeta.TransformationType in org.pentaho.di.trans.steps.sortedmerge
 

Methods in org.pentaho.di.trans.steps.sortedmerge that return TransMeta.TransformationType
 TransMeta.TransformationType[] SortedMergeMeta.getSupportedTransformationTypes()