Uses of Class
org.hibernate.validator.constraints.ru.INN.Type
-
Packages that use INN.Type Package Description org.hibernate.validator.cfg.defs.ru Russian specific constraint definition classes for programmatic constraint definition API.org.hibernate.validator.constraints.ru Hibernate Validator Russian constraints. -
-
Uses of INN.Type in org.hibernate.validator.cfg.defs.ru
Methods in org.hibernate.validator.cfg.defs.ru with parameters of type INN.Type Modifier and Type Method Description INNDefINNDef. type(INN.Type type) -
Uses of INN.Type in org.hibernate.validator.constraints.ru
Methods in org.hibernate.validator.constraints.ru that return INN.Type Modifier and Type Method Description INN.Typetype()static INN.TypeINN.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static INN.Type[]INN.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-