Package edu.nps.moves.dis7.enumerations
Enum SignalUserProtocolIdentificationNumber
java.lang.Object
java.lang.Enum<SignalUserProtocolIdentificationNumber>
edu.nps.moves.dis7.enumerations.SignalUserProtocolIdentificationNumber
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SignalUserProtocolIdentificationNumber>
,java.lang.constant.Constable
public enum SignalUserProtocolIdentificationNumber extends java.lang.Enum<SignalUserProtocolIdentificationNumber>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 177 marshal size 14
Signal-User Protocol Identification Number
UID 177 marshal size 14
Signal-User Protocol Identification Number
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description A2ATD_CAC2
A2ATD CAC2A2ATD_SINCGARS_ERF
A2ATD SINCGARS ERFAFIWC_IADS_COMM_C2_MESSAGE
AFIWC IADS Comm C2 MessageAFIWC_IADS_GROUND_CONTROL_INTERCEPTOR_GCI_COMMAND
AFIWC IADS Ground Control Interceptor (GCI) CommandAFIWC_IADS_TRACK_REPORT
AFIWC IADS Track ReportAFIWC_VOICE_TEXT_MESSAGE
AFIWC Voice Text MessageAGTS
AGTSAUTOMATIC_IDENTIFICATION_SYSTEM_AIS
Automatic Identification System (AIS)BATTLE_COMMAND
Battle CommandCCSIL
CCSILCCTT_SINCGARS_DATA
CCTT SINCGARS DATACCTT_SINCGARS_ERF_HOPSET
CCTT SINCGARS ERF-HOPSETCCTT_SINCGARS_ERF_LOCKOUT
CCTT SINCGARS ERF-LOCKOUTCCTT_SINCGARS_OTAR
CCTT SINCGARS OTARCOMANCHE_IDM_MESSAGE
Comanche IDM messageCSAR_RADIO_INTERROGATOR_MESSAGE
CSAR Radio Interrogator MessageCSAR_RADIO_SURVIVOR_MESSAGE
CSAR Radio Survivor MessageF_16_MTC_AFAPD_PROTOCOL
F-16 MTC AFAPD ProtocolF_16_MTC_IDL_PROTOCOL
F-16 MTC IDL ProtocolGC3
GC3GEOTAG_DATA_MESSAGE
Geotag Data MessageIMAGE_FILE_TRANSFER_MESSAGE
Image File Transfer MessageLONGBOW_AFAPD_MESSAGE
Longbow AFAPD MessageLONGBOW_AIRBORNE_TACFIRE_MESSAGE
Longbow Airborne TACFIRE MessageLONGBOW_ERF_MESSAGE
Longbow ERF messageLONGBOW_GROUND_TACFIRE_MESSAGE
Longbow Ground TACFIRE MessageLONGBOW_IDM_MESSAGE
Longbow IDM messageMODSAF_ARTILLERY_FIRE_CONTROL
ModSAF Artillery Fire ControlMODSAF_FWA_FORWARD_AIR_CONTROLLER
ModSAF FWA Forward Air ControllerMODSAF_TEXT_RADIO
ModSAF Text RadioMODSAF_THREAT_ADA_C3
ModSAF Threat ADA C3SPOKEN_TEXT_MESSAGE
Spoken text messageVMF_IDM
VMF IDMWNCP_DATA
WNCP data -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static SignalUserProtocolIdentificationNumber
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static SignalUserProtocolIdentificationNumber
unmarshalEnum(java.io.DataInputStream dis)
static SignalUserProtocolIdentificationNumber
unmarshalEnum(java.nio.ByteBuffer buff)
static SignalUserProtocolIdentificationNumber
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SignalUserProtocolIdentificationNumber[]
values()
Returns an array containing the constants of this enum type, 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 -
AFIWC_IADS_TRACK_REPORT
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
-
-
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getValue
public int getValue() -
getDescription
public java.lang.String getDescription() -
getEnumBitWidth
public static int getEnumBitWidth() -
getEnumForValue
-
marshal
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
java.io.IOException
-
marshal
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static SignalUserProtocolIdentificationNumber unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static SignalUserProtocolIdentificationNumber unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception- Throws:
java.lang.Exception
-
getMarshalledSize
public int getMarshalledSize() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Enum<SignalUserProtocolIdentificationNumber>
-