public class RegexEvalData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
org.pentaho.di.core.row.RowMetaInterface | 
conversionRowMeta  | 
int | 
indexOfFieldToEvaluate  | 
int | 
indexOfResultField  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta  | 
Pattern | 
pattern  | 
int[] | 
positions  | 
| Constructor and Description | 
|---|
RegexEvalData()  | 
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 org.pentaho.di.core.row.RowMetaInterface conversionRowMeta
public int indexOfFieldToEvaluate
public int indexOfResultField
public Pattern pattern
public int[] positions