org.pentaho.di.trans.steps.closure
Class ClosureGeneratorData

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

public class ClosureGeneratorData
extends BaseStepData
implements StepDataInterface

Since:
18-Sep-2007
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 int childIndex
           
 ValueMetaInterface childValueMeta
           
 Map<Object,Object> map
           
 RowMetaInterface outputRowMeta
           
 int parentIndex
           
 Map<Object,Long> parents
           
 ValueMetaInterface parentValueMeta
           
 boolean reading
           
 Object topLevel
           
 
Constructor Summary
ClosureGeneratorData()
           
 
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

outputRowMeta

public RowMetaInterface outputRowMeta

parentIndex

public int parentIndex

childIndex

public int childIndex

reading

public boolean reading

parentValueMeta

public ValueMetaInterface parentValueMeta

childValueMeta

public ValueMetaInterface childValueMeta

map

public Map<Object,Object> map

parents

public Map<Object,Long> parents

topLevel

public Object topLevel
Constructor Detail

ClosureGeneratorData

public ClosureGeneratorData()