java.io.Serializable
, java.lang.Comparable<Entity.InstanceLockOrder>
, java.lang.constant.Constable
public static enum Entity.InstanceLockOrder extends java.lang.Enum<Entity.InstanceLockOrder>
Enum Constant | Description |
---|---|
ACCESS_ORDER |
|
UNSPECIFIED |
|
VALUE_ORDER |
Modifier and Type | Method | Description |
---|---|---|
static Entity.InstanceLockOrder |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Entity.InstanceLockOrder[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.InstanceLockOrder UNSPECIFIED
public static final Entity.InstanceLockOrder ACCESS_ORDER
public static final Entity.InstanceLockOrder VALUE_ORDER
public static Entity.InstanceLockOrder[] values()
for (Entity.InstanceLockOrder c : Entity.InstanceLockOrder.values()) System.out.println(c);
public static Entity.InstanceLockOrder valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null