Uses of Class
org.hibernate.validator.constraints.ModCheck.ModType
-
Packages that use ModCheck.ModType Package Description org.hibernate.validator.constraints Hibernate Validator specific constraints. -
-
Uses of ModCheck.ModType in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return ModCheck.ModType Modifier and Type Method Description ModCheck.ModTypemodType()Deprecated.static ModCheck.ModTypeModCheck.ModType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModCheck.ModType[]ModCheck.ModType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-