Uses of Class
org.pentaho.di.trans.steps.mapping.MappingValueRename

Packages that use MappingValueRename
org.pentaho.di.trans.steps.mapping   
org.pentaho.di.trans.steps.mappinginput   
org.pentaho.di.trans.steps.mappingoutput   
 

Uses of MappingValueRename in org.pentaho.di.trans.steps.mapping
 

Fields in org.pentaho.di.trans.steps.mapping with type parameters of type MappingValueRename
 List<MappingValueRename> MappingData.inputRenameList
           
 

Methods in org.pentaho.di.trans.steps.mapping that return types with arguments of type MappingValueRename
 List<MappingValueRename> MappingIODefinition.getValueRenames()
           
 

Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type MappingValueRename
static void Mapping.addInputRenames(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList)
           
static void Mapping.addInputRenames(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList)
           
 void MappingIODefinition.setValueRenames(List<MappingValueRename> valueRenames)
           
 

Uses of MappingValueRename in org.pentaho.di.trans.steps.mappinginput
 

Fields in org.pentaho.di.trans.steps.mappinginput with type parameters of type MappingValueRename
 List<MappingValueRename> MappingInputData.valueRenames
           
 

Methods in org.pentaho.di.trans.steps.mappinginput that return types with arguments of type MappingValueRename
 List<MappingValueRename> MappingInputMeta.getValueRenames()
           
 

Method parameters in org.pentaho.di.trans.steps.mappinginput with type arguments of type MappingValueRename
 void MappingInput.setConnectorSteps(StepInterface[] sourceSteps, List<MappingValueRename> valueRenames, String mappingStepname)
           
 void MappingInputMeta.setValueRenames(List<MappingValueRename> valueRenames)
           
 

Uses of MappingValueRename in org.pentaho.di.trans.steps.mappingoutput
 

Fields in org.pentaho.di.trans.steps.mappingoutput with type parameters of type MappingValueRename
 List<MappingValueRename> MappingOutputData.inputValueRenames
           
 List<MappingValueRename> MappingOutputData.outputValueRenames
           
 

Methods in org.pentaho.di.trans.steps.mappingoutput that return types with arguments of type MappingValueRename
 List<MappingValueRename> MappingOutputMeta.getInputValueRenames()
           
 List<MappingValueRename> MappingOutputMeta.getOutputValueRenames()
           
 

Method parameters in org.pentaho.di.trans.steps.mappingoutput with type arguments of type MappingValueRename
 void MappingOutput.setConnectorSteps(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames)
           
 void MappingOutput.setConnectorSteps(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames)
           
 void MappingOutputMeta.setInputValueRenames(List<MappingValueRename> inputValueRenames)
           
 void MappingOutputMeta.setOutputValueRenames(List<MappingValueRename> outputValueRenames)