org.pentaho.di.trans.steps.detectlastrow
Class DetectLastRowData

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

public class DetectLastRowData
extends BaseStepData
implements StepDataInterface

Since:
03June2008
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 int NrPrevFields
           
 RowMetaInterface outputRowMeta
           
 RowMetaInterface previousRowMeta
           
 
Constructor Summary
DetectLastRowData()
           
 
Method Summary
 Object[] getFalseArray()
          Return a array with a constant False.
 Object[] getTrueArray()
          Return a array with a constant True.
 
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

NrPrevFields

public int NrPrevFields

previousRowMeta

public RowMetaInterface previousRowMeta
Constructor Detail

DetectLastRowData

public DetectLastRowData()
Method Detail

getTrueArray

public Object[] getTrueArray()
Return a array with a constant True.


getFalseArray

public Object[] getFalseArray()
Return a array with a constant False.