public class SwitchCaseData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
org.pentaho.di.core.RowSet |
defaultRowSet |
int |
fieldIndex |
org.pentaho.di.core.row.ValueMetaInterface |
inputValueMeta |
org.pentaho.di.core.RowSet |
nullRowSet |
KeyToRowSetMap |
outputMap |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
org.pentaho.di.core.row.ValueMetaInterface |
stringValueMeta |
org.pentaho.di.core.row.ValueMetaInterface |
valueMeta |
Constructor and Description |
---|
SwitchCaseData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public KeyToRowSetMap outputMap
public org.pentaho.di.core.row.ValueMetaInterface valueMeta
public org.pentaho.di.core.RowSet nullRowSet
public int fieldIndex
public org.pentaho.di.core.row.ValueMetaInterface inputValueMeta
public org.pentaho.di.core.RowSet defaultRowSet
public org.pentaho.di.core.row.ValueMetaInterface stringValueMeta