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, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic 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