org.pentaho.di.trans.steps.mappingoutput
Class MappingOutputData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.mappingoutput.MappingOutputData
All Implemented Interfaces:
StepDataInterface

public class MappingOutputData
extends BaseStepData
implements StepDataInterface

Since:
24-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 List<MappingValueRename> inputValueRenames
           
 String[] outputField
           
 String[] outputMapping
           
 RowMetaInterface outputRowMeta
           
 List<MappingValueRename> outputValueRenames
           
 StepInterface[] targetSteps
           
 
Constructor Summary
MappingOutputData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

targetSteps

public StepInterface[] targetSteps

outputField

public String[] outputField

outputMapping

public String[] outputMapping

outputRowMeta

public RowMetaInterface outputRowMeta

inputValueRenames

public List<MappingValueRename> inputValueRenames

outputValueRenames

public List<MappingValueRename> outputValueRenames
Constructor Detail

MappingOutputData

public MappingOutputData()