public class ValueMapperData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
int | 
emptyFieldIndex  | 
Hashtable<String,String> | 
hashtable  | 
int | 
keynr  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputMeta  | 
org.pentaho.di.core.row.ValueMetaInterface | 
outputValueMeta  | 
org.pentaho.di.core.row.RowMetaInterface | 
previousMeta  | 
org.pentaho.di.core.row.ValueMetaInterface | 
sourceValueMeta  | 
org.pentaho.di.core.row.ValueMetaInterface | 
stringMeta  | 
| Constructor and Description | 
|---|
ValueMapperData()  | 
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 previousMeta
public org.pentaho.di.core.row.RowMetaInterface outputMeta
public int keynr
public int emptyFieldIndex
public org.pentaho.di.core.row.ValueMetaInterface stringMeta
public org.pentaho.di.core.row.ValueMetaInterface outputValueMeta
public org.pentaho.di.core.row.ValueMetaInterface sourceValueMeta