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
Subclasses with type arguments of type ApplicationFormItem.Type in cz.metacentrum.perun.registrar.modelModifier and TypeClassDescriptionstatic enumEnumeration for types of application form items.Methods in cz.metacentrum.perun.registrar.model that return ApplicationFormItem.TypeModifier and TypeMethodDescriptionApplicationFormItem.getType()static ApplicationFormItem.TypeReturns 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 TypeMethodDescriptionvoidApplicationFormItem.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)