Uses of Class
de.xima.fc.mdl.enums.EBenutzerverwaltungsTyp
-
Packages that use EBenutzerverwaltungsTyp Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.application de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EBenutzerverwaltungsTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EBenutzerverwaltungsTyp Modifier and Type Method Description EBenutzerverwaltungsTyp
Mandant. getBenutzerverwaltungstyp()
Methods in de.xima.fc.entities with parameters of type EBenutzerverwaltungsTyp Modifier and Type Method Description void
Mandant. setBenutzerverwaltungstyp(EBenutzerverwaltungsTyp benutzerverwaltungstyp)
-
Uses of EBenutzerverwaltungsTyp in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EBenutzerverwaltungsTyp Modifier and Type Method Description EBenutzerverwaltungsTyp[]
EnumBean. getEBenutzerverwaltungsTyp()
-
Uses of EBenutzerverwaltungsTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EBenutzerverwaltungsTyp Modifier and Type Method Description static EBenutzerverwaltungsTyp[]
EBenutzerverwaltungsTyp. all()
Liefert alle verfügbaren Anrede-Elemente.static EBenutzerverwaltungsTyp
EBenutzerverwaltungsTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static EBenutzerverwaltungsTyp[]
EBenutzerverwaltungsTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-