Uses of Class
de.xima.fc.mdl.enums.EAnrede
-
Packages that use EAnrede 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 EAnrede in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAnrede Modifier and Type Method Description EAnrede
Benutzer. getAnrede()
Methods in de.xima.fc.entities with parameters of type EAnrede Modifier and Type Method Description void
Benutzer. setAnrede(EAnrede anrede)
-
Uses of EAnrede in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EAnrede Modifier and Type Method Description EAnrede[]
EnumBean. getEAnrede()
-
Uses of EAnrede in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAnrede Modifier and Type Method Description static EAnrede[]
EAnrede. all()
static EAnrede
EAnrede. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAnrede[]
EAnrede. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-