public class CalculatorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Constructor and Description |
|---|
CalculatorData() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValuesMetaMapping() |
org.pentaho.di.core.row.RowMetaInterface |
getCalcRowMeta() |
Calculator.FieldIndexes[] |
getFieldIndexes() |
org.pentaho.di.core.row.RowMetaInterface |
getOutputRowMeta() |
int[] |
getTempIndexes() |
org.pentaho.di.core.row.ValueMetaInterface |
getValueMetaFor(int resultType,
String name) |
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)
public org.pentaho.di.core.row.ValueMetaInterface getValueMetaFor(int resultType,
String name)
throws org.pentaho.di.core.exception.KettlePluginException
org.pentaho.di.core.exception.KettlePluginExceptionpublic void clearValuesMetaMapping()