Uses of Enum Class
org.kuali.rice.krad.datadictionary.validation.ValidationUtils.Result
Packages that use ValidationUtils.Result
Package
Description
Data Dictionary validation objects.
-
Uses of ValidationUtils.Result in org.kuali.rice.krad.datadictionary.validation
Methods in org.kuali.rice.krad.datadictionary.validation that return ValidationUtils.ResultModifier and TypeMethodDescriptionstatic <T> ValidationUtils.ResultValidationUtils.isGreaterThan(T value, Comparable<T> limit) checks whether the provided value is greater than the limit givenstatic <T> ValidationUtils.ResultValidationUtils.isGreaterThanOrEqual(T value, Comparable<T> limit) checks whether the provided value is greater than or equal to the limit givenstatic <T> ValidationUtils.ResultValidationUtils.isLessThan(T value, Comparable<T> limit) checks whether the provided value is less than the limit givenstatic <T> ValidationUtils.ResultValidationUtils.isLessThanOrEqual(T value, Comparable<T> limit) checks whether the provided value is greater than the limit givenstatic ValidationUtils.ResultReturns the enum constant of this class with the specified name.static ValidationUtils.Result[]ValidationUtils.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.