public enum ERollen extends Enum<ERollen>
Enum Constant and Description |
---|
MANDANTADMIN |
POSTFACHBEARBEITER
Dieser RollenTyp beschreibt einen
Benutzer , der regulär das System benutzt ohne dabei Einstellungen setzen
zu dürfen. |
Modifier and Type | Method and Description |
---|---|
Rolle |
getAsNewRolle(Locale installLocale) |
String |
getI18nKey() |
ERollenTyp |
getTyp() |
static ERollen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERollen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERollen MANDANTADMIN
public static ERollen[] values()
for (ERollen c : ERollen.values()) System.out.println(c);
public static ERollen 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 ERollenTyp getTyp()
public String getI18nKey()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.