Uses of Class
de.xima.fc.mdl.enums.EBenutzerTyp
-
Packages that use EBenutzerTyp Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EBenutzerTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EBenutzerTyp Modifier and Type Method Description EBenutzerTyp
Benutzer. getBenutzertyp()
Methods in de.xima.fc.entities with parameters of type EBenutzerTyp Modifier and Type Method Description void
Benutzer. setBenutzertyp(EBenutzerTyp benutzertyp)
-
Uses of EBenutzerTyp in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return EBenutzerTyp Modifier and Type Method Description EBenutzerTyp
AutoLoginInData. getUserType()
Methods in de.xima.fc.mdl with parameters of type EBenutzerTyp Modifier and Type Method Description void
AutoLoginInData. setUserType(EBenutzerTyp userType)
-
Uses of EBenutzerTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EBenutzerTyp Modifier and Type Method Description static EBenutzerTyp
EBenutzerTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static EBenutzerTyp[]
EBenutzerTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-