public enum EAnrede extends Enum<EAnrede> implements INamedUiElement
Enum Constant and Description |
---|
DIVERS
Drittes Geschlecht
|
FRAU
Weibliche Anredeform
|
HERR
Männliche Anredeform
|
KEINE_ANGABE
Nicht angegebene Anredeform
|
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
static EAnrede[] |
all()
Liefert alle verfügbaren Anrede-Elemente.
|
String |
getDisplayName(Locale l) |
static EAnrede |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAnrede[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAnrede KEINE_ANGABE
public static final EAnrede FRAU
public static final EAnrede HERR
public static final EAnrede DIVERS
public static EAnrede[] values()
for (EAnrede c : EAnrede.values()) System.out.println(c);
public static EAnrede valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.