org.pentaho.di.trans.steps.validator
Class ValidatorData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.validator.ValidatorData
All Implemented Interfaces:
StepDataInterface

public class ValidatorData
extends BaseStepData
implements StepDataInterface

Since:
11-jan-2007
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 ValueMetaInterface[] constantsMeta
           
 String[] conversionMask
           
 String[] decimalSymbol
           
 String[] endString
           
 String[] endStringNotAllowed
           
 String[] errorCode
           
 String[] errorDescription
           
 int[] fieldIndexes
           
 int[] fieldsMaximumLengthAsInt
           
 int[] fieldsMinimumLengthAsInt
           
 String[] groupingSymbol
           
 Object[][] listValues
           
 String[] maximumLength
           
 Object[] maximumValue
           
 String[] maximumValueAsString
           
 String[] minimumLength
           
 Object[] minimumValue
           
 String[] minimumValueAsString
           
 Pattern[] patternDisallowed
           
 Pattern[] patternExpected
           
 String[] regularExpression
           
 String[] regularExpressionNotAllowed
           
 String[] startString
           
 String[] startStringNotAllowed
           
 
Constructor Summary
ValidatorData()
           
 
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
equals, 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 Detail

fieldIndexes

public int[] fieldIndexes

constantsMeta

public ValueMetaInterface[] constantsMeta

minimumValueAsString

public String[] minimumValueAsString

maximumValueAsString

public String[] maximumValueAsString

fieldsMinimumLengthAsInt

public int[] fieldsMinimumLengthAsInt

fieldsMaximumLengthAsInt

public int[] fieldsMaximumLengthAsInt

listValues

public Object[][] listValues

patternExpected

public Pattern[] patternExpected

patternDisallowed

public Pattern[] patternDisallowed

errorCode

public String[] errorCode

errorDescription

public String[] errorDescription

conversionMask

public String[] conversionMask

decimalSymbol

public String[] decimalSymbol

groupingSymbol

public String[] groupingSymbol

maximumLength

public String[] maximumLength

minimumLength

public String[] minimumLength

maximumValue

public Object[] maximumValue

minimumValue

public Object[] minimumValue

startString

public String[] startString

endString

public String[] endString

startStringNotAllowed

public String[] startStringNotAllowed

endStringNotAllowed

public String[] endStringNotAllowed

regularExpression

public String[] regularExpression

regularExpressionNotAllowed

public String[] regularExpressionNotAllowed
Constructor Detail

ValidatorData

public ValidatorData()