org.pentaho.di.trans.steps.ifnull
Class IfNullData

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

public class IfNullData
extends BaseStepData
implements StepDataInterface

Since:
16-06-2008
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 RowMetaInterface convertRowMeta
           
 String[] defaultMasks
           
 String[] defaultValues
           
 int fieldnr
           
 int[] fieldnrs
           
 HashMap<String,Integer> ListTypes
           
 RowMetaInterface outputRowMeta
           
 String realconversionMask
           
 String realReplaceByValue
           
 
Constructor Summary
IfNullData()
           
 
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

convertRowMeta

public RowMetaInterface convertRowMeta

fieldnrs

public int[] fieldnrs

fieldnr

public int fieldnr

realReplaceByValue

public String realReplaceByValue

realconversionMask

public String realconversionMask

ListTypes

public HashMap<String,Integer> ListTypes

defaultValues

public String[] defaultValues

defaultMasks

public String[] defaultMasks
Constructor Detail

IfNullData

public IfNullData()