public enum EBenutzerverwaltungsTyp extends Enum<EBenutzerverwaltungsTyp> implements INamedUiElement
Enum Constant and Description |
---|
LDAP |
MIXED_LDAP |
SYSTEM |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
static EBenutzerverwaltungsTyp[] |
all()
Liefert alle verfügbaren Anrede-Elemente.
|
String |
getDisplayName(Locale l) |
static EBenutzerverwaltungsTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBenutzerverwaltungsTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBenutzerverwaltungsTyp SYSTEM
public static final EBenutzerverwaltungsTyp LDAP
public static final EBenutzerverwaltungsTyp MIXED_LDAP
public static EBenutzerverwaltungsTyp[] values()
for (EBenutzerverwaltungsTyp c : EBenutzerverwaltungsTyp.values()) System.out.println(c);
public static EBenutzerverwaltungsTyp 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
public static EBenutzerverwaltungsTyp[] all()
EAnrede
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.