Enum Class ActionRequestActionID
- All Implemented Interfaces:
Serializable
,Comparable<ActionRequestActionID>
,Constable
This
enum
type is generated from XML,
UID 71,
marshal size 32;
ActionRequestActionID has 52 enumerations total.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccept SubscriptionAirmount Dismount RequestAirmount Information RequestAirmount Mount RequestChange aggregate stateData QueryDismountUpdate Site ConfigurationInform SM of event 'damage'Inform SM of event 'fire disabled'Inform SM of event 'killed in action'Inform SM of event 'mobility disabled'Inform SM of event 'ran out of ammunition'Inform SM of event 'ran out of fuel'Initialize internal parametersInitiate hitch followInitiate hitch leadInitiate service station resupplyInitiate tailgate resupplyInitiate tether-followInitiate tether-leadJoin exerciseLocal storage of the requested informationLock Site ConfigurationMountMount IntentOtherQuery Site ConfigurationRecall checkpoint dataRecall initial parametersReconstituteRequest Start PDURunSave internal parametersSend Object State DataSend plan dataSimulate malfunctionStart DRC (Daily Readiness Check)Status RequestStop DRCTethering InformationSynchronize internal clocksTACCSF LOS Request-Type 1TACCSF LOS Request-Type 2Teleport entityTime advanceResign exerciseUnhitchUnlock Site ConfigurationUnsubscribeUnthetherWakeup get ready for initialization -
Method Summary
Modifier and TypeMethodDescriptionProvide enumeration descriptionstatic int
bit width for this enumerationstatic ActionRequestActionID
getEnumForValue
(int value) Provide enumeration for a given valueint
Returns size of this serialized (marshalled) object in bytesint
getValue()
Provide enumeration valuevoid
marshal
(DataOutputStream dos) Marshal value to DataOutputStreamvoid
marshal
(ByteBuffer byteBuffer) Marshal value to ByteBuffertoString()
static ActionRequestActionID
Unmarshal value to DataInputStreamstatic ActionRequestActionID
unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic ActionRequestActionID
Returns the enum constant of this class with the specified name.static ActionRequestActionID[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
LOCAL_STORAGE_OF_THE_REQUESTED_INFORMATION
Local storage of the requested information -
INFORM_SM_OF_EVENT_RAN_OUT_OF_AMMUNITION
Inform SM of event 'ran out of ammunition' -
INFORM_SM_OF_EVENT_KILLED_IN_ACTION
Inform SM of event 'killed in action' -
INFORM_SM_OF_EVENT_DAMAGE
Inform SM of event 'damage' -
INFORM_SM_OF_EVENT_MOBILITY_DISABLED
Inform SM of event 'mobility disabled' -
INFORM_SM_OF_EVENT_FIRE_DISABLED
Inform SM of event 'fire disabled' -
INFORM_SM_OF_EVENT_RAN_OUT_OF_FUEL
Inform SM of event 'ran out of fuel' -
RECALL_CHECKPOINT_DATA
Recall checkpoint data -
RECALL_INITIAL_PARAMETERS
Recall initial parameters -
INITIATE_TETHER_LEAD
Initiate tether-lead -
INITIATE_TETHER_FOLLOW
Initiate tether-follow -
UNTHETHER
Unthether -
INITIATE_SERVICE_STATION_RESUPPLY
Initiate service station resupply -
INITIATE_TAILGATE_RESUPPLY
Initiate tailgate resupply -
INITIATE_HITCH_LEAD
Initiate hitch lead -
INITIATE_HITCH_FOLLOW
Initiate hitch follow -
UNHITCH
Unhitch -
MOUNT
Mount -
DISMOUNT
Dismount -
START_DRC_DAILY_READINESS_CHECK
Start DRC (Daily Readiness Check) -
STOP_DRC
Stop DRC -
DATA_QUERY
Data Query -
STATUS_REQUEST
Status Request -
SEND_OBJECT_STATE_DATA
Send Object State Data -
RECONSTITUTE
Reconstitute -
LOCK_SITE_CONFIGURATION
Lock Site Configuration -
UNLOCK_SITE_CONFIGURATION
Unlock Site Configuration -
IDENTIFICATION_FRIEND_OR_FOE
Update Site Configuration -
QUERY_SITE_CONFIGURATION
Query Site Configuration -
SUPPLEMENTAL_EMISSION_ENTITY_STATE
Tethering Information -
MOUNT_INTENT
Mount Intent -
ACCEPT_SUBSCRIPTION
Accept Subscription -
UNSUBSCRIBE
Unsubscribe -
TELEPORT_ENTITY
Teleport entity -
CHANGE_AGGREGATE_STATE
Change aggregate state -
REQUEST_START_PDU
Request Start PDU -
WAKEUP_GET_READY_FOR_INITIALIZATION
Wakeup get ready for initialization -
INITIALIZE_INTERNAL_PARAMETERS
Initialize internal parameters -
SEND_PLAN_DATA
Send plan data -
SYNCHRONIZE_INTERNAL_CLOCKS
Synchronize internal clocks -
RUN
Run -
SAVE_INTERNAL_PARAMETERS
Save internal parameters -
SIMULATE_MALFUNCTION
Simulate malfunction -
JOIN_EXERCISE
Join exercise -
TIME_SPACE_POSITION_INFORMATION
Resign exercise -
TIME_ADVANCE
Time advance -
TACCSF_LOS_REQUEST_TYPE_1
TACCSF LOS Request-Type 1 -
TACCSF_LOS_REQUEST_TYPE_2
TACCSF LOS Request-Type 2 -
AIRMOUNT_MOUNT_REQUEST
Airmount Mount Request -
AIRMOUNT_DISMOUNT_REQUEST
Airmount Dismount Request -
AIRMOUNT_INFORMATION_REQUEST
Airmount Information Request
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Provide enumeration value- Returns:
- integer value
-
getDescription
-
getEnumBitWidth
public static int getEnumBitWidth()bit width for this enumeration- Returns:
- number of bits wide
-
getEnumForValue
Provide enumeration for a given value- Parameters:
value
- integer value of interest- Returns:
- enumeration corresponding to numeric value
-
marshal
Marshal value to DataOutputStream- Parameters:
dos
- DataOutputStream for output- Throws:
IOException
- input-output error- See Also:
-
marshal
Marshal value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for output- See Also:
-
unmarshalEnum
Unmarshal value to DataInputStream- Parameters:
dis
- DataInputStream for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
unmarshalEnum
Unmarshal enumeration value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for input- Returns:
- enumeration of interest
- See Also:
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
toString
- Overrides:
toString
in classEnum<ActionRequestActionID>
-