public enum EventReportEventType extends java.lang.Enum<EventReportEventType>
Enum Constant and Description |
---|
AGGREGATE_STATE_CHANGE_REQUESTED
Aggregate State Change Requested
|
DAMAGE
Damage
|
DETECT
Detect
|
ENTITY_INITIALIZATION
Entity Initialization
|
FIRE_DISABLED
Fire Disabled
|
INDIRECT_FIRE_OR_CAS_FIRE
Indirect Fire or CAS Fire
|
KILLED_IN_ACTION_KIA
Killed in Action (KIA)
|
MINEFIELD_DETONATION
Minefield Detonation
|
MINEFIELD_ENTRY
Minefield Entry
|
MOBILITY_DISABLED
Mobility Disabled
|
OTHER
Other
|
OWNERSHIP_REPORT
Ownership Report
|
PREVENT_COLLISION_DETONATION
Prevent Collision / Detonation
|
RADAR_PERCEPTION
Radar Perception
|
RAN_OUT_OF_AMMUNITION
Ran Out of Ammunition
|
RAN_OUT_OF_FUEL
Ran Out of Fuel
|
REQUEST_FOR_INDIRECT_FIRE_OR_CAS_MISSION
Request for Indirect Fire or CAS Mission
|
VEHICLE_MASTER_POWER_OFF
Vehicle Master Power Off
|
VEHICLE_MASTER_POWER_ON
Vehicle Master Power On
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static EventReportEventType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static EventReportEventType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static EventReportEventType |
unmarshalEnum(java.io.DataInputStream dis) |
static EventReportEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventReportEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventReportEventType OTHER
public static final EventReportEventType RAN_OUT_OF_AMMUNITION
public static final EventReportEventType KILLED_IN_ACTION_KIA
public static final EventReportEventType DAMAGE
public static final EventReportEventType MOBILITY_DISABLED
public static final EventReportEventType FIRE_DISABLED
public static final EventReportEventType RAN_OUT_OF_FUEL
public static final EventReportEventType ENTITY_INITIALIZATION
public static final EventReportEventType REQUEST_FOR_INDIRECT_FIRE_OR_CAS_MISSION
public static final EventReportEventType INDIRECT_FIRE_OR_CAS_FIRE
public static final EventReportEventType MINEFIELD_ENTRY
public static final EventReportEventType MINEFIELD_DETONATION
public static final EventReportEventType VEHICLE_MASTER_POWER_ON
public static final EventReportEventType VEHICLE_MASTER_POWER_OFF
public static final EventReportEventType AGGREGATE_STATE_CHANGE_REQUESTED
public static final EventReportEventType PREVENT_COLLISION_DETONATION
public static final EventReportEventType OWNERSHIP_REPORT
public static final EventReportEventType RADAR_PERCEPTION
public static final EventReportEventType DETECT
public static EventReportEventType[] values()
for (EventReportEventType c : EventReportEventType.values()) System.out.println(c);
public static EventReportEventType 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 EventReportEventType 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 EventReportEventType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static EventReportEventType unmarshalEnum(java.nio.ByteBuffer buff)
public int getMarshalledSize()