Uses of Enum
de.xima.fc.mdl.enums.EBenutzerTyp
Packages that use EBenutzerTyp
Package
Description
Package für Datenbankentitäten
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 EBenutzerTypMethods in de.xima.fc.entities with parameters of type EBenutzerTypModifier and TypeMethodDescriptionvoidBenutzer.setBenutzertyp(EBenutzerTyp benutzertyp) Deprecated. -
Uses of EBenutzerTyp in de.xima.fc.mdl.enums
Subclasses with type arguments of type EBenutzerTyp in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumDeprecated.User profiles can have multiple user identities.Methods in de.xima.fc.mdl.enums that return EBenutzerTypModifier and TypeMethodDescriptionstatic EBenutzerTypDeprecated.Returns the enum constant of this type with the specified name.static EBenutzerTyp[]EBenutzerTyp.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.