public enum ActionResponseRequestStatus extends java.lang.Enum<ActionResponseRequestStatus>
Enum Constant and Description |
---|
COMPLETE
Complete
|
EXECUTING
Executing
|
INVALID_TIME_PARAMETERS
Invalid time parameters
|
JOIN_EXERCISE_REQUEST_REJECTED
Join Exercise Request Rejected
|
OTHER
Other
|
PARTIALLY_COMPLETE
Partially Complete
|
PENDING
Pending
|
REQUEST_DONE
Request done
|
REQUEST_REJECTED
Request rejected
|
RETRANSMIT_REQUEST_LATER
Retransmit request later
|
RETRANSMIT_REQUEST_NOW
Retransmit request now
|
SIMULATION_TIME_EXCEEDED
Simulation time exceeded
|
TACCSF_LOS_REPLY_TYPE_1
TACCSF LOS Reply-Type 1
|
TACCSF_LOS_REPLY_TYPE_2
TACCSF LOS Reply-Type 2
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static ActionResponseRequestStatus |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static ActionResponseRequestStatus |
unmarshalEnum(java.nio.ByteBuffer buff) |
static ActionResponseRequestStatus |
unmarshalEnum(java.io.DataInputStream dis) |
static ActionResponseRequestStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionResponseRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionResponseRequestStatus OTHER
public static final ActionResponseRequestStatus PENDING
public static final ActionResponseRequestStatus EXECUTING
public static final ActionResponseRequestStatus PARTIALLY_COMPLETE
public static final ActionResponseRequestStatus COMPLETE
public static final ActionResponseRequestStatus REQUEST_REJECTED
public static final ActionResponseRequestStatus RETRANSMIT_REQUEST_NOW
public static final ActionResponseRequestStatus RETRANSMIT_REQUEST_LATER
public static final ActionResponseRequestStatus INVALID_TIME_PARAMETERS
public static final ActionResponseRequestStatus SIMULATION_TIME_EXCEEDED
public static final ActionResponseRequestStatus REQUEST_DONE
public static final ActionResponseRequestStatus TACCSF_LOS_REPLY_TYPE_1
public static final ActionResponseRequestStatus TACCSF_LOS_REPLY_TYPE_2
public static final ActionResponseRequestStatus JOIN_EXERCISE_REQUEST_REJECTED
public static ActionResponseRequestStatus[] values()
for (ActionResponseRequestStatus c : ActionResponseRequestStatus.values()) System.out.println(c);
public static ActionResponseRequestStatus 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 ActionResponseRequestStatus getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff)
public static ActionResponseRequestStatus unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static ActionResponseRequestStatus unmarshalEnum(java.nio.ByteBuffer buff)
public int getMarshalledSize()