public static enum EntityActivationState.STATE extends java.lang.Enum<EntityActivationState.STATE>
Enum Constant and Description |
---|
ACT_DONE |
ACT_FAIL |
ACT_IP |
ACTIVE |
DEACT_DONE |
DEACT_FAIL |
DEACT_IP |
INACTIVE |
Modifier and Type | Method and Description |
---|---|
long |
value() |
static EntityActivationState.STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityActivationState.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityActivationState.STATE INACTIVE
public static final EntityActivationState.STATE ACTIVE
public static final EntityActivationState.STATE ACT_IP
public static final EntityActivationState.STATE ACT_DONE
public static final EntityActivationState.STATE ACT_FAIL
public static final EntityActivationState.STATE DEACT_IP
public static final EntityActivationState.STATE DEACT_DONE
public static final EntityActivationState.STATE DEACT_FAIL
public static EntityActivationState.STATE[] values()
for (EntityActivationState.STATE c : EntityActivationState.STATE.values()) System.out.println(c);
public static EntityActivationState.STATE 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()