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