Uses of Enum Class
cz.metacentrum.perun.registrar.model.ApplicationFormItem.Type
Packages that use ApplicationFormItem.Type
-
Uses of ApplicationFormItem.Type in cz.metacentrum.perun.registrar.model
Methods in cz.metacentrum.perun.registrar.model that return ApplicationFormItem.TypeModifier and TypeMethodDescriptionApplicationFormItem.getType()
static ApplicationFormItem.Type
Returns the enum constant of this class with the specified name.static ApplicationFormItem.Type[]
ApplicationFormItem.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.metacentrum.perun.registrar.model with parameters of type ApplicationFormItem.TypeModifier and TypeMethodDescriptionvoid
ApplicationFormItem.setType
(ApplicationFormItem.Type type) Constructors in cz.metacentrum.perun.registrar.model with parameters of type ApplicationFormItem.TypeModifierConstructorDescriptionApplicationFormItem
(int id, String shortname, boolean required, ApplicationFormItem.Type type, String federationAttribute, String perunSourceAttribute, String perunDestinationAttribute, String regex) ApplicationFormItem
(int id, String shortname, boolean required, ApplicationFormItem.Type type, String federationAttribute, String perunSourceAttribute, String perunDestinationAttribute, String regex, List<Application.AppType> applicationTypes, Integer ordnum, boolean forDelete, Map<Locale, ApplicationFormItem.ItemTexts> i18n)