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