public class CalculatorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Constructor and Description | 
|---|
CalculatorData()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.pentaho.di.core.row.RowMetaInterface | 
getCalcRowMeta()  | 
Calculator.FieldIndexes[] | 
getFieldIndexes()  | 
org.pentaho.di.core.row.RowMetaInterface | 
getOutputRowMeta()  | 
int[] | 
getTempIndexes()  | 
void | 
setCalcRowMeta(org.pentaho.di.core.row.RowMetaInterface calcRowMeta)  | 
void | 
setFieldIndexes(Calculator.FieldIndexes[] fieldIndexes)  | 
void | 
setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface outputRowMeta)  | 
void | 
setTempIndexes(int[] tempIndexes)  | 
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 getOutputRowMeta()
public void setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface outputRowMeta)
public org.pentaho.di.core.row.RowMetaInterface getCalcRowMeta()
public void setCalcRowMeta(org.pentaho.di.core.row.RowMetaInterface calcRowMeta)
public Calculator.FieldIndexes[] getFieldIndexes()
public void setFieldIndexes(Calculator.FieldIndexes[] fieldIndexes)
public int[] getTempIndexes()
public void setTempIndexes(int[] tempIndexes)