Uses of Enum Class
org.kuali.rice.krad.datadictionary.validation.ErrorLevel
Packages that use ErrorLevel
Package
Description
Data Dictionary validation objects.
-
Uses of ErrorLevel in org.kuali.rice.krad.datadictionary.validation
Methods in org.kuali.rice.krad.datadictionary.validation that return ErrorLevelModifier and TypeMethodDescriptionstatic ErrorLevelErrorLevel.max(ErrorLevel e1, ErrorLevel e2) static ErrorLevelErrorLevel.min(ErrorLevel e1, ErrorLevel e2) static ErrorLevelReturns the enum constant of this class with the specified name.static ErrorLevel[]ErrorLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.krad.datadictionary.validation with parameters of type ErrorLevelModifier and TypeMethodDescriptionstatic ErrorLevelErrorLevel.max(ErrorLevel e1, ErrorLevel e2) static ErrorLevelErrorLevel.min(ErrorLevel e1, ErrorLevel e2) -
Uses of ErrorLevel in org.kuali.rice.krad.datadictionary.validation.result
Methods in org.kuali.rice.krad.datadictionary.validation.result that return ErrorLevelModifier and TypeMethodDescriptionDictionaryValidationResult.getErrorLevel()ConstraintValidationResult.getStatus()Methods in org.kuali.rice.krad.datadictionary.validation.result with parameters of type ErrorLevelModifier and TypeMethodDescriptionvoidDictionaryValidationResult.setErrorLevel(ErrorLevel errorLevel) voidConstraintValidationResult.setStatus(ErrorLevel level) Constructors in org.kuali.rice.krad.datadictionary.validation.result with parameters of type ErrorLevelModifierConstructorDescriptionConstraintValidationResult(String constraintName, ErrorLevel level) creates a constraint validation result with the given constraint name and error level