Package edu.nps.moves.dis7.enumerations
Enum ActionRequestActionID
- All Implemented Interfaces:
Serializable
,Comparable<ActionRequestActionID>
,Constable
This
enum
type is generated from XML,
UID 71,
marshal size 32;
ActionRequestActionID has 65 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 RequestCAF DMO DDCP Cue Transaction Cue Request MessageCAF DMO DDCP End Transaction End Request MessageCAF DMO DDCP Join Transaction Join Request Message, The requested range is separated from and chosen to be non-intersecting with values in the 2006 Enum Document.CAF DMO DDCP Load Mission Recording Transaction Load Mission Recording Request MessageCAF DMO DDCP Pause Transaction Pause Request MessageCAF DMO DDCP Play Transaction Play Request MessageCAF DMO DDCP Set Playback Window Transaction Set Playback Window Request MessageCAF DMO DDCP Stop Transaction Stop Request MessageChange aggregate stateCommand from SimulatorData 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 PDUReserved for DDCPRunSave internal parametersSend Object State DataSend plan dataSimulate malfunctionSling Load Attach RequestSling Load Capability RequestSling Load Release RequestStart 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 type with the specified name.static ActionRequestActionID[]
values()
Returns an array containing the constants of this enum type, 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 -
COMMAND_FROM_SIMULATOR
Command from Simulator -
TACCSF_LOS_REQUEST_TYPE_1
TACCSF LOS Request-Type 1 -
TACCSF_LOS_REQUEST_TYPE_2
TACCSF LOS Request-Type 2 -
CAF_DMO_DDCP_JOIN_TRANSACTION_JOIN_REQUEST_MESSAGE
CAF DMO DDCP Join Transaction Join Request Message, The requested range is separated from and chosen to be non-intersecting with values in the 2006 Enum Document. -
CAF_DMO_DDCP_SET_PLAYBACK_WINDOW_TRANSACTION_SET_PLAYBACK_WINDOW_REQUEST_MESSAGE
public static final ActionRequestActionID CAF_DMO_DDCP_SET_PLAYBACK_WINDOW_TRANSACTION_SET_PLAYBACK_WINDOW_REQUEST_MESSAGECAF DMO DDCP Set Playback Window Transaction Set Playback Window Request Message -
CAF_DMO_DDCP_LOAD_MISSION_RECORDING_TRANSACTION_LOAD_MISSION_RECORDING_REQUEST_MESSAGE
public static final ActionRequestActionID CAF_DMO_DDCP_LOAD_MISSION_RECORDING_TRANSACTION_LOAD_MISSION_RECORDING_REQUEST_MESSAGECAF DMO DDCP Load Mission Recording Transaction Load Mission Recording Request Message -
CAF_DMO_DDCP_CUE_TRANSACTION_CUE_REQUEST_MESSAGE
CAF DMO DDCP Cue Transaction Cue Request Message -
CAF_DMO_DDCP_PLAY_TRANSACTION_PLAY_REQUEST_MESSAGE
CAF DMO DDCP Play Transaction Play Request Message -
CAF_DMO_DDCP_STOP_TRANSACTION_STOP_REQUEST_MESSAGE
CAF DMO DDCP Stop Transaction Stop Request Message -
CAF_DMO_DDCP_PAUSE_TRANSACTION_PAUSE_REQUEST_MESSAGE
CAF DMO DDCP Pause Transaction Pause Request Message -
RESERVED_FOR_DDCP
Reserved for DDCP -
CAF_DMO_DDCP_END_TRANSACTION_END_REQUEST_MESSAGE
CAF DMO DDCP End Transaction End Request Message -
SLING_LOAD_CAPABILITY_REQUEST
Sling Load Capability Request -
SLING_LOAD_ATTACH_REQUEST
Sling Load Attach Request -
SLING_LOAD_RELEASE_REQUEST
Sling Load Release Request -
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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Provide enumeration value- Returns:
- integer value
-
getDescription
Provide enumeration description- Returns:
- description
-
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>
-