Uses of Class
com.thalesgroup.dtkit.util.validator.ErrorType

Packages that use ErrorType
com.thalesgroup.dtkit.util.validator   
 

Uses of ErrorType in com.thalesgroup.dtkit.util.validator
 

Methods in com.thalesgroup.dtkit.util.validator that return ErrorType
 ErrorType ValidatorError.getType()
           
static ErrorType ErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorType[] ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.thalesgroup.dtkit.util.validator with parameters of type ErrorType
 void ValidatorError.setType(ErrorType type)
           
 

Constructors in com.thalesgroup.dtkit.util.validator with parameters of type ErrorType
ValidatorError(ErrorType errorType, int line, java.lang.String errorId, java.lang.String message)
           
 



Copyright © 2010. All Rights Reserved.