Enum Class SignalUserProtocolIdentificationNumber
java.lang.Object
java.lang.Enum<SignalUserProtocolIdentificationNumber>
edu.nps.moves.dis7.enumerations.SignalUserProtocolIdentificationNumber
- All Implemented Interfaces:
Serializable
,Comparable<SignalUserProtocolIdentificationNumber>
,Constable
public enum SignalUserProtocolIdentificationNumber
extends Enum<SignalUserProtocolIdentificationNumber>
This
enum
type is generated from XML,
UID 177,
marshal size 32;
SignalUserProtocolIdentificationNumber has 36 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 ConstantDescriptionA2ATD CAC2A2ATD SINCGARS ERFAFIWC IADS Comm C2 MessageAFIWC IADS Ground Control Interceptor (GCI) CommandAFIWC Voice Text MessageAGTSAutomatic Identification System (AIS)Battle CommandCall MessageCCSILCCTT SINCGARS DATACCTT SINCGARS ERF-HOPSETCCTT SINCGARS ERF-LOCKOUTCCTT SINCGARS OTARComanche IDM messageCSAR Radio Interrogator MessageCSAR Radio Survivor MessageF-16 MTC AFAPD ProtocolF-16 MTC IDL ProtocolGC3Geotag Data MessageImage File Transfer MessageLongbow AFAPD MessageLongbow Airborne TACFIRE MessageLongbow ERF messageLongbow Ground TACFIRE MessageLongbow IDM messageModSAF Artillery Fire ControlModSAF FWA Forward Air ControllerModSAF Text RadioModSAF Threat ADA C3Spoken text messageAFIWC IADS Track ReportTactical Video Regeneration DataVMF IDMWNCP data -
Method Summary
Modifier and TypeMethodDescriptionProvide enumeration descriptionstatic int
bit width for this enumerationgetEnumForValue
(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()
Unmarshal value to DataInputStreamunmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CCSIL
CCSIL -
A2ATD_SINCGARS_ERF
A2ATD SINCGARS ERF -
A2ATD_CAC2
A2ATD CAC2 -
BATTLE_COMMAND
Battle Command -
SUPPLEMENTAL_EMISSION_ENTITY_STATE
AFIWC IADS Track Report -
AFIWC_IADS_COMM_C2_MESSAGE
AFIWC IADS Comm C2 Message -
AFIWC_IADS_GROUND_CONTROL_INTERCEPTOR_GCI_COMMAND
public static final SignalUserProtocolIdentificationNumber AFIWC_IADS_GROUND_CONTROL_INTERCEPTOR_GCI_COMMANDAFIWC IADS Ground Control Interceptor (GCI) Command -
AFIWC_VOICE_TEXT_MESSAGE
AFIWC Voice Text Message -
MODSAF_TEXT_RADIO
ModSAF Text Radio -
CCTT_SINCGARS_ERF_LOCKOUT
CCTT SINCGARS ERF-LOCKOUT -
CCTT_SINCGARS_ERF_HOPSET
CCTT SINCGARS ERF-HOPSET -
CCTT_SINCGARS_OTAR
CCTT SINCGARS OTAR -
CCTT_SINCGARS_DATA
CCTT SINCGARS DATA -
MODSAF_FWA_FORWARD_AIR_CONTROLLER
ModSAF FWA Forward Air Controller -
MODSAF_THREAT_ADA_C3
ModSAF Threat ADA C3 -
F_16_MTC_AFAPD_PROTOCOL
F-16 MTC AFAPD Protocol -
F_16_MTC_IDL_PROTOCOL
F-16 MTC IDL Protocol -
AUTOMATIC_IDENTIFICATION_SYSTEM_AIS
Automatic Identification System (AIS) -
MODSAF_ARTILLERY_FIRE_CONTROL
ModSAF Artillery Fire Control -
AGTS
AGTS -
GC3
GC3 -
WNCP_DATA
WNCP data -
SPOKEN_TEXT_MESSAGE
Spoken text message -
LONGBOW_IDM_MESSAGE
Longbow IDM message -
COMANCHE_IDM_MESSAGE
Comanche IDM message -
LONGBOW_AIRBORNE_TACFIRE_MESSAGE
Longbow Airborne TACFIRE Message -
LONGBOW_GROUND_TACFIRE_MESSAGE
Longbow Ground TACFIRE Message -
LONGBOW_AFAPD_MESSAGE
Longbow AFAPD Message -
LONGBOW_ERF_MESSAGE
Longbow ERF message -
VMF_IDM
VMF IDM -
CSAR_RADIO_SURVIVOR_MESSAGE
CSAR Radio Survivor Message -
CSAR_RADIO_INTERROGATOR_MESSAGE
CSAR Radio Interrogator Message -
IMAGE_FILE_TRANSFER_MESSAGE
Image File Transfer Message -
GEOTAG_DATA_MESSAGE
Geotag Data Message -
TACTICAL_VIDEO_REGENERATION_DATA
Tactical Video Regeneration Data -
CALL_MESSAGE
Call Message
-
-
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
public static SignalUserProtocolIdentificationNumber unmarshalEnum(DataInputStream dis) throws Exception 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<SignalUserProtocolIdentificationNumber>
-