Class CalculatorData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.calculator.CalculatorData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 8-sep-2005
- Author:
- Matt
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
int[]
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) Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Constructor Details
-
CalculatorData
public CalculatorData()
-
-
Method Details
-
getOutputRowMeta
public org.pentaho.di.core.row.RowMetaInterface getOutputRowMeta() -
setOutputRowMeta
public void setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface outputRowMeta) -
getCalcRowMeta
public org.pentaho.di.core.row.RowMetaInterface getCalcRowMeta() -
setCalcRowMeta
public void setCalcRowMeta(org.pentaho.di.core.row.RowMetaInterface calcRowMeta) -
getFieldIndexes
-
setFieldIndexes
-
getTempIndexes
public int[] getTempIndexes() -
setTempIndexes
public void setTempIndexes(int[] tempIndexes) -
getValueMetaFor
public org.pentaho.di.core.row.ValueMetaInterface getValueMetaFor(int resultType, String name) throws org.pentaho.di.core.exception.KettlePluginException - Throws:
org.pentaho.di.core.exception.KettlePluginException
-
clearValuesMetaMapping
public void clearValuesMetaMapping()
-