public enum StopFreezeReason extends java.lang.Enum<StopFreezeReason>
Enum Constant and Description |
---|
ABORT_TRAINING_RETURN_TO_TACTICAL_OPERATIONS
Abort Training Return to Tactical Operations
|
ENTITY_RECONSTITUTION
Entity Reconstitution
|
OTHER
Other
|
RECESS
Recess
|
SECURITY_VIOLATION
Security Violation
|
STOP_FOR_RESET
Stop for reset
|
STOP_FOR_RESTART
Stop for restart
|
SYSTEM_FAILURE
System Failure
|
TERMINATION
Termination
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static StopFreezeReason |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static StopFreezeReason |
unmarshalEnum(java.nio.ByteBuffer buff) |
static StopFreezeReason |
unmarshalEnum(java.io.DataInputStream dis) |
static StopFreezeReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StopFreezeReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StopFreezeReason OTHER
public static final StopFreezeReason RECESS
public static final StopFreezeReason TERMINATION
public static final StopFreezeReason SYSTEM_FAILURE
public static final StopFreezeReason SECURITY_VIOLATION
public static final StopFreezeReason ENTITY_RECONSTITUTION
public static final StopFreezeReason STOP_FOR_RESET
public static final StopFreezeReason STOP_FOR_RESTART
public static final StopFreezeReason ABORT_TRAINING_RETURN_TO_TACTICAL_OPERATIONS
public static StopFreezeReason[] values()
for (StopFreezeReason c : StopFreezeReason.values()) System.out.println(c);
public static StopFreezeReason 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 int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static StopFreezeReason getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static StopFreezeReason unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static StopFreezeReason unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()