Class CalculatorData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.calculator.CalculatorData
-
- All Implemented Interfaces:
StepDataInterface
public class CalculatorData extends BaseStepData implements 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 Constructor Description CalculatorData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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
-
-
-
-
Method Detail
-
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
public Calculator.FieldIndexes[] getFieldIndexes()
-
setFieldIndexes
public void setFieldIndexes(Calculator.FieldIndexes[] fieldIndexes)
-
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()
-
-