Class IfNullData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- 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
Fields Modifier and Type Field Description org.pentaho.di.core.row.RowMetaInterface
convertRowMeta
String[]
defaultMasks
String[]
defaultValues
int
fieldnr
int[]
fieldnrs
HashMap<String,Integer>
ListTypes
org.pentaho.di.core.row.RowMetaInterface
outputRowMeta
String
realconversionMask
String
realReplaceByValue
boolean
realSetEmptyString
boolean[]
setEmptyString
-
Constructor Summary
Constructors Constructor Description 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
clone, equals, finalize, 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 org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
-
fieldnrs
public int[] fieldnrs
-
fieldnr
public int fieldnr
-
realReplaceByValue
public String realReplaceByValue
-
realconversionMask
public String realconversionMask
-
realSetEmptyString
public boolean realSetEmptyString
-
defaultValues
public String[] defaultValues
-
defaultMasks
public String[] defaultMasks
-
setEmptyString
public boolean[] setEmptyString
-
-