Uses of Enum Class
nl.b3p.tailormap.api.persistence.json.FormField.TypeEnum
Packages that use FormField.TypeEnum
-
Uses of FormField.TypeEnum in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return FormField.TypeEnumModifier and TypeMethodDescriptionstatic FormField.TypeEnumFormField.getType()Get typestatic FormField.TypeEnumReturns the enum constant of this class with the specified name.static FormField.TypeEnum[]FormField.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type FormField.TypeEnumModifier and TypeMethodDescriptionvoidFormField.setType(FormField.TypeEnum type) FormField.type(FormField.TypeEnum type)