Uses of Class
au.org.ala.names.model.ErrorType

Packages that use ErrorType
au.org.ala.names.model   
au.org.ala.names.search   
 

Uses of ErrorType in au.org.ala.names.model
 

Methods in au.org.ala.names.model that return ErrorType
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 au.org.ala.names.model that return types with arguments of type ErrorType
 java.util.Set<ErrorType> MetricsResultDTO.getErrors()
           
 

Method parameters in au.org.ala.names.model with type arguments of type ErrorType
 void MetricsResultDTO.setErrors(java.util.Set<ErrorType> errors)
           
 

Uses of ErrorType in au.org.ala.names.search
 

Fields in au.org.ala.names.search declared as ErrorType
protected  ErrorType SearchResultException.errorType
           
 

Methods in au.org.ala.names.search that return ErrorType
 ErrorType SearchResultException.getErrorType()
           
 



Copyright © 2014. All Rights Reserved.