Uses of Class
org.pentaho.di.trans.steps.mapping.MappingValueRename
- 
- 
Uses of MappingValueRename in org.pentaho.di.trans.steps.mapping
Fields in org.pentaho.di.trans.steps.mapping with type parameters of type MappingValueRename Modifier and Type Field Description List<MappingValueRename>MappingData. inputRenameListMethods in org.pentaho.di.trans.steps.mapping that return types with arguments of type MappingValueRename Modifier and Type Method Description List<MappingValueRename>MappingIODefinition. getValueRenames()Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type MappingValueRename Modifier and Type Method Description static voidMapping. addInputRenames(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList)voidMappingIODefinition. 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 Modifier and Type Field Description List<MappingValueRename>MappingInputData. valueRenamesMethods in org.pentaho.di.trans.steps.mappinginput that return types with arguments of type MappingValueRename Modifier and Type Method Description List<MappingValueRename>MappingInputMeta. getValueRenames()Method parameters in org.pentaho.di.trans.steps.mappinginput with type arguments of type MappingValueRename Modifier and Type Method Description voidMappingInput. setConnectorSteps(StepInterface[] sourceSteps, List<MappingValueRename> valueRenames, String mappingStepname)voidMappingInputMeta. 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 Modifier and Type Field Description List<MappingValueRename>MappingOutputData. inputValueRenamesList<MappingValueRename>MappingOutputData. outputValueRenamesMethods in org.pentaho.di.trans.steps.mappingoutput that return types with arguments of type MappingValueRename Modifier and Type Method Description List<MappingValueRename>MappingOutputMeta. getInputValueRenames()List<MappingValueRename>MappingOutputMeta. getOutputValueRenames()Method parameters in org.pentaho.di.trans.steps.mappingoutput with type arguments of type MappingValueRename Modifier and Type Method Description voidMappingOutput. setConnectorSteps(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames)voidMappingOutputMeta. setInputValueRenames(List<MappingValueRename> inputValueRenames)voidMappingOutputMeta. setOutputValueRenames(List<MappingValueRename> outputValueRenames) - 
Uses of MappingValueRename in org.pentaho.di.trans.steps.simplemapping
Fields in org.pentaho.di.trans.steps.simplemapping with type parameters of type MappingValueRename Modifier and Type Field Description List<MappingValueRename>SimpleMappingData. inputRenameListMethod parameters in org.pentaho.di.trans.steps.simplemapping with type arguments of type MappingValueRename Modifier and Type Method Description static voidSimpleMapping. addInputRenames(List<MappingValueRename> renameList, List<MappingValueRename> addRenameList) 
 -