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