public enum EZugriffsrecht extends Enum<EZugriffsrecht>
Enum Constant and Description |
---|
CREATE
Recht eine Entität zu erzeugen
|
DELETE
Recht eine Entität zu löschen
|
READ
Recht eine Entität zu lesen
|
UPDATE
Recht eine Entität zu aktualisieren
|
Modifier and Type | Method and Description |
---|---|
static EZugriffsrecht |
getZugriffsrechtByAction(String action) |
static EZugriffsrecht |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EZugriffsrecht[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EZugriffsrecht CREATE
public static final EZugriffsrecht READ
public static final EZugriffsrecht UPDATE
public static final EZugriffsrecht DELETE
public static EZugriffsrecht[] values()
for (EZugriffsrecht c : EZugriffsrecht.values()) System.out.println(c);
public static EZugriffsrecht 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 static EZugriffsrecht getZugriffsrechtByAction(String action)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.