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