Uses of Enum Class
org.kuali.rice.krms.framework.type.ValidationRuleType
Packages that use ValidationRuleType
-
Uses of ValidationRuleType in org.kuali.rice.krms.framework.type
Methods in org.kuali.rice.krms.framework.type that return ValidationRuleTypeModifier and TypeMethodDescriptionstatic ValidationRuleTypefor each type, check the input with the uppercase version of the type code, and returns any match.static ValidationRuleTypeValidationRuleType.fromString(String s) for each type, check the input with the lowercase version of the type name, and returns any match.static ValidationRuleTypeReturns the enum constant of this class with the specified name.static ValidationRuleType[]ValidationRuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.