Package edu.nps.moves.dis7.enumerations
Enum TransmitterModulationTypeSystem
java.lang.Object
java.lang.Enum<TransmitterModulationTypeSystem>
edu.nps.moves.dis7.enumerations.TransmitterModulationTypeSystem
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TransmitterModulationTypeSystem>,java.lang.constant.Constable
public enum TransmitterModulationTypeSystem extends java.lang.Enum<TransmitterModulationTypeSystem>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 163 marshal size 16
Transmitter-Modulation Type System
UID 163 marshal size 16
Transmitter-Modulation Type System
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description CCTT_SINCGARSCCTT SINCGARSENHANCED_SINCGARS_73Enhanced SINCGARS 7.3EPLRS_ENHANCED_POSITION_LOCATION_REPORTING_SYSTEMEPLRS (Enhanced Position Location Reporting System)GENERIC_RADIO_OR_SIMPLE_INTERCOMGeneric Radio or Simple IntercomHAVE_QUICKHAVE QUICKHAVE_QUICK_IIHAVE QUICK IIHAVE_QUICK_IIAHAVE QUICK IIAJTIDS_MIDSJTIDS/MIDS, See SISO-STD-002, Standard for: Link 16 SimulationsL_BAND_SATCOML-Band SATCOMLINK_11Link 11, See SISO-STD-005 DRAFT, Standard for: Link 11/11B SimulationLINK_11BLink 11B, See SISO-STD-005 DRAFT, Standard for: Link 11/11B SimulationNAVIGATION_AIDNavigation AidOTHEROtherSINCGARSSINCGARS -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static TransmitterModulationTypeSystemgetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static TransmitterModulationTypeSystemunmarshalEnum(java.io.DataInputStream dis)static TransmitterModulationTypeSystemunmarshalEnum(java.nio.ByteBuffer buff)static TransmitterModulationTypeSystemvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransmitterModulationTypeSystem[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
GENERIC_RADIO_OR_SIMPLE_INTERCOM
Generic Radio or Simple Intercom -
HAVE_QUICK
HAVE QUICK -
HAVE_QUICK_II
HAVE QUICK II -
HAVE_QUICK_IIA
HAVE QUICK IIA -
SINCGARS
SINCGARS -
CCTT_SINCGARS
CCTT SINCGARS -
EPLRS_ENHANCED_POSITION_LOCATION_REPORTING_SYSTEM
public static final TransmitterModulationTypeSystem EPLRS_ENHANCED_POSITION_LOCATION_REPORTING_SYSTEMEPLRS (Enhanced Position Location Reporting System) -
JTIDS_MIDS
JTIDS/MIDS, See SISO-STD-002, Standard for: Link 16 Simulations -
LINK_11
Link 11, See SISO-STD-005 DRAFT, Standard for: Link 11/11B Simulation -
LINK_11B
Link 11B, See SISO-STD-005 DRAFT, Standard for: Link 11/11B Simulation -
L_BAND_SATCOM
L-Band SATCOM -
ENHANCED_SINCGARS_73
Enhanced SINCGARS 7.3 -
NAVIGATION_AID
Navigation Aid
-
-
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 TransmitterModulationTypeSystem unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static TransmitterModulationTypeSystem unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception- Throws:
java.lang.Exception
-
getMarshalledSize
public int getMarshalledSize() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Enum<TransmitterModulationTypeSystem>
-