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
  • 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

      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()