public static enum EntityControl.OP extends java.lang.Enum<EntityControl.OP>
| Enum Constant and Description |
|---|
ACTIVATE |
DEACTIVATE |
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static EntityControl.OP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityControl.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityControl.OP DEACTIVATE
public static final EntityControl.OP ACTIVATE
public static EntityControl.OP[] values()
for (EntityControl.OP c : EntityControl.OP.values()) System.out.println(c);
public static EntityControl.OP 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 nullpublic long value()