@Generated public enum ExperimentPermissionLevel extends Enum<ExperimentPermissionLevel>
Enum Constant and Description |
---|
CAN_EDIT |
CAN_MANAGE |
CAN_READ |
Modifier and Type | Method and Description |
---|---|
static ExperimentPermissionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentPermissionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExperimentPermissionLevel CAN_EDIT
public static final ExperimentPermissionLevel CAN_MANAGE
public static final ExperimentPermissionLevel CAN_READ
public static ExperimentPermissionLevel[] values()
for (ExperimentPermissionLevel c : ExperimentPermissionLevel.values()) System.out.println(c);
public static ExperimentPermissionLevel 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 © 2023. All rights reserved.