Class FieldsChangeSequenceData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.fieldschangesequence.FieldsChangeSequenceData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 16-06-2008
- Author:
- Samatar
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
Modifier and TypeFieldDescriptionint
int[]
org.pentaho.di.core.row.ValueMetaInterface[]
long
int
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
Object[]
long
long
-
Constructor Summary
-
Method Summary
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
-
Field Details
-
fieldnrsMeta
public org.pentaho.di.core.row.ValueMetaInterface[] fieldnrsMeta -
previousMeta
public org.pentaho.di.core.row.RowMetaInterface previousMeta -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
fieldnrs
public int[] fieldnrs -
previousValues
-
fieldnr
public int fieldnr -
startAt
public long startAt -
incrementBy
public long incrementBy -
seq
public long seq -
nextIndexField
public int nextIndexField
-
-
Constructor Details
-
FieldsChangeSequenceData
public FieldsChangeSequenceData()
-