public enum EBenutzerStatus extends Enum<EBenutzerStatus> implements INamedUiElement
| Enum Constant and Description | 
|---|
ACTIVE
 | 
DELETED
Deprecated.  
 | 
LOCKED
Nutzer ist gesperrt:
 
 kann sich nicht am System anmelden
 wird in Benutzerlisten angezeigt
 kann von einem Benutzer mit entsprechender  
Rolle entsperrt oder gelöscht werden
  | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName(Locale l) | 
static EBenutzerStatus | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EBenutzerStatus[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EBenutzerStatus ACTIVE
public static final EBenutzerStatus LOCKED
Rolle entsperrt oder gelöscht werden@Deprecated public static final EBenutzerStatus DELETED
Benutzer.getLoginName() eines solchen Benutzers steht wieder zur Verfügungpublic static EBenutzerStatus[] values()
for (EBenutzerStatus c : EBenutzerStatus.values()) System.out.println(c);
public static EBenutzerStatus 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 INamedUiElementCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.