Uses of Class
org.pentaho.di.imp.rule.ImportValidationResultType

Packages that use ImportValidationResultType
org.pentaho.di.imp.rule   
 

Uses of ImportValidationResultType in org.pentaho.di.imp.rule
 

Methods in org.pentaho.di.imp.rule that return ImportValidationResultType
 ImportValidationResultType ImportValidationFeedback.getResultType()
           
static ImportValidationResultType ImportValidationResultType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImportValidationResultType[] ImportValidationResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.imp.rule with parameters of type ImportValidationResultType
 void ImportValidationFeedback.setResultType(ImportValidationResultType resultType)
           
 

Constructors in org.pentaho.di.imp.rule with parameters of type ImportValidationResultType
ImportValidationFeedback(ImportRuleInterface importRule, ImportValidationResultType resultType, String comment)