Uses of Class
de.xima.fc.mdl.enums.EFormAuthTyp
-
Packages that use EFormAuthTyp Package Description de.xima.fc.gui.bean.project de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EFormAuthTyp in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return EFormAuthTyp Modifier and Type Method Description EFormAuthTyp
ProjectAccessBean. getFormAuthType()
Deprecated.Methods in de.xima.fc.gui.bean.project that return types with arguments of type EFormAuthTyp Modifier and Type Method Description List<EFormAuthTyp>
ProjectAccessBean. getAllFormAuthTypes()
Deprecated.Methods in de.xima.fc.gui.bean.project with parameters of type EFormAuthTyp Modifier and Type Method Description void
ProjectAccessBean. setFormAuthType(EFormAuthTyp type)
Deprecated. -
Uses of EFormAuthTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormAuthTyp Modifier and Type Method Description static EFormAuthTyp
EFormAuthTyp. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static EFormAuthTyp[]
EFormAuthTyp. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-