Uses of Enum Class
io.vertigo.easyforms.runner.pack.constraint.ConstraintPhone.ConstraintPhoneEnum
Packages that use ConstraintPhone.ConstraintPhoneEnum
-
Uses of ConstraintPhone.ConstraintPhoneEnum in io.vertigo.easyforms.runner.pack.constraint
Methods in io.vertigo.easyforms.runner.pack.constraint that return ConstraintPhone.ConstraintPhoneEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConstraintPhone.ConstraintPhoneEnum[]ConstraintPhone.ConstraintPhoneEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.vertigo.easyforms.runner.pack.constraint with parameters of type ConstraintPhone.ConstraintPhoneEnumModifier and TypeMethodDescriptionstatic ConstraintPhoneConstraintPhone.ofEnum(ConstraintPhone.ConstraintPhoneEnum phonePatterns, Optional<String> overrideMessageOpt, Optional<String> overrideResourceMessageOpt) Method parameters in io.vertigo.easyforms.runner.pack.constraint with type arguments of type ConstraintPhone.ConstraintPhoneEnumModifier and TypeMethodDescriptionstatic ConstraintPhoneConstraintPhone.ofEnums(List<ConstraintPhone.ConstraintPhoneEnum> phonePatterns, Optional<String> overrideMessageOpt, Optional<String> overrideResourceMessageOpt)