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