public enum SignalUserProtocolIdentificationNumber extends java.lang.Enum<SignalUserProtocolIdentificationNumber>
Enum Constant and Description |
---|
A2ATD_CAC2
A2ATD CAC2
|
A2ATD_SINCGARS_ERF
A2ATD SINCGARS ERF
|
AFIWC_IADS_COMM_C2_MESSAGE
AFIWC IADS Comm C2 Message
|
AFIWC_IADS_GROUND_CONTROL_INTERCEPTOR_GCI_COMMAND
AFIWC IADS Ground Control Interceptor (GCI) Command
|
AFIWC_IADS_TRACK_REPORT
AFIWC IADS Track Report
|
AFIWC_VOICE_TEXT_MESSAGE
AFIWC Voice Text Message
|
AGTS
AGTS
|
AUTOMATIC_IDENTIFICATION_SYSTEM_AIS
Automatic Identification System (AIS)
|
BATTLE_COMMAND
Battle Command
|
CCSIL
CCSIL
|
CCTT_SINCGARS_DATA
CCTT SINCGARS DATA
|
CCTT_SINCGARS_ERF_HOPSET
CCTT SINCGARS ERF-HOPSET
|
CCTT_SINCGARS_ERF_LOCKOUT
CCTT SINCGARS ERF-LOCKOUT
|
CCTT_SINCGARS_OTAR
CCTT SINCGARS OTAR
|
COMANCHE_IDM_MESSAGE
Comanche IDM message
|
CSAR_RADIO_INTERROGATOR_MESSAGE
CSAR Radio Interrogator Message
|
CSAR_RADIO_SURVIVOR_MESSAGE
CSAR Radio Survivor Message
|
F_16_MTC_AFAPD_PROTOCOL
F-16 MTC AFAPD Protocol
|
F_16_MTC_IDL_PROTOCOL
F-16 MTC IDL Protocol
|
GC3
GC3
|
GEOTAG_DATA_MESSAGE
Geotag Data Message
|
IMAGE_FILE_TRANSFER_MESSAGE
Image File Transfer Message
|
LONGBOW_AFAPD_MESSAGE
Longbow AFAPD Message
|
LONGBOW_AIRBORNE_TACFIRE_MESSAGE
Longbow Airborne TACFIRE Message
|
LONGBOW_ERF_MESSAGE
Longbow ERF message
|
LONGBOW_GROUND_TACFIRE_MESSAGE
Longbow Ground TACFIRE Message
|
LONGBOW_IDM_MESSAGE
Longbow IDM message
|
MODSAF_ARTILLERY_FIRE_CONTROL
ModSAF Artillery Fire Control
|
MODSAF_FWA_FORWARD_AIR_CONTROLLER
ModSAF FWA Forward Air Controller
|
MODSAF_TEXT_RADIO
ModSAF Text Radio
|
MODSAF_THREAT_ADA_C3
ModSAF Threat ADA C3
|
SPOKEN_TEXT_MESSAGE
Spoken text message
|
VMF_IDM
VMF IDM
|
WNCP_DATA
WNCP data
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SignalUserProtocolIdentificationNumber |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SignalUserProtocolIdentificationNumber |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SignalUserProtocolIdentificationNumber |
unmarshalEnum(java.io.DataInputStream dis) |
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.
|
public static final SignalUserProtocolIdentificationNumber CCSIL
public static final SignalUserProtocolIdentificationNumber A2ATD_SINCGARS_ERF
public static final SignalUserProtocolIdentificationNumber A2ATD_CAC2
public static final SignalUserProtocolIdentificationNumber BATTLE_COMMAND
public static final SignalUserProtocolIdentificationNumber AFIWC_IADS_TRACK_REPORT
public static final SignalUserProtocolIdentificationNumber AFIWC_IADS_COMM_C2_MESSAGE
public static final SignalUserProtocolIdentificationNumber AFIWC_IADS_GROUND_CONTROL_INTERCEPTOR_GCI_COMMAND
public static final SignalUserProtocolIdentificationNumber AFIWC_VOICE_TEXT_MESSAGE
public static final SignalUserProtocolIdentificationNumber MODSAF_TEXT_RADIO
public static final SignalUserProtocolIdentificationNumber CCTT_SINCGARS_ERF_LOCKOUT
public static final SignalUserProtocolIdentificationNumber CCTT_SINCGARS_ERF_HOPSET
public static final SignalUserProtocolIdentificationNumber CCTT_SINCGARS_OTAR
public static final SignalUserProtocolIdentificationNumber CCTT_SINCGARS_DATA
public static final SignalUserProtocolIdentificationNumber MODSAF_FWA_FORWARD_AIR_CONTROLLER
public static final SignalUserProtocolIdentificationNumber MODSAF_THREAT_ADA_C3
public static final SignalUserProtocolIdentificationNumber F_16_MTC_AFAPD_PROTOCOL
public static final SignalUserProtocolIdentificationNumber F_16_MTC_IDL_PROTOCOL
public static final SignalUserProtocolIdentificationNumber AUTOMATIC_IDENTIFICATION_SYSTEM_AIS
public static final SignalUserProtocolIdentificationNumber MODSAF_ARTILLERY_FIRE_CONTROL
public static final SignalUserProtocolIdentificationNumber AGTS
public static final SignalUserProtocolIdentificationNumber GC3
public static final SignalUserProtocolIdentificationNumber WNCP_DATA
public static final SignalUserProtocolIdentificationNumber SPOKEN_TEXT_MESSAGE
public static final SignalUserProtocolIdentificationNumber LONGBOW_IDM_MESSAGE
public static final SignalUserProtocolIdentificationNumber COMANCHE_IDM_MESSAGE
public static final SignalUserProtocolIdentificationNumber LONGBOW_AIRBORNE_TACFIRE_MESSAGE
public static final SignalUserProtocolIdentificationNumber LONGBOW_GROUND_TACFIRE_MESSAGE
public static final SignalUserProtocolIdentificationNumber LONGBOW_AFAPD_MESSAGE
public static final SignalUserProtocolIdentificationNumber LONGBOW_ERF_MESSAGE
public static final SignalUserProtocolIdentificationNumber VMF_IDM
public static final SignalUserProtocolIdentificationNumber CSAR_RADIO_SURVIVOR_MESSAGE
public static final SignalUserProtocolIdentificationNumber CSAR_RADIO_INTERROGATOR_MESSAGE
public static final SignalUserProtocolIdentificationNumber IMAGE_FILE_TRANSFER_MESSAGE
public static final SignalUserProtocolIdentificationNumber GEOTAG_DATA_MESSAGE
public static SignalUserProtocolIdentificationNumber[] values()
for (SignalUserProtocolIdentificationNumber c : SignalUserProtocolIdentificationNumber.values()) System.out.println(c);
public static SignalUserProtocolIdentificationNumber 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 SignalUserProtocolIdentificationNumber getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static SignalUserProtocolIdentificationNumber unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SignalUserProtocolIdentificationNumber unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()