public enum TaskanaRole extends Enum<TaskanaRole>
| Enum Constant and Description |
|---|
ADMIN |
BUSINESS_ADMIN |
MONITOR |
USER |
| Modifier and Type | Method and Description |
|---|---|
static TaskanaRole |
fromPropertyName(String name) |
String |
getPropertyName() |
static List<String> |
getValidPropertyNames() |
static TaskanaRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskanaRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskanaRole USER
public static final TaskanaRole BUSINESS_ADMIN
public static final TaskanaRole ADMIN
public static final TaskanaRole MONITOR
public static TaskanaRole[] values()
for (TaskanaRole c : TaskanaRole.values()) System.out.println(c);
public static TaskanaRole 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 TaskanaRole fromPropertyName(String name)
public String getPropertyName()
Copyright © 2020. All rights reserved.