public enum TransmitterModulationTypeSystem extends java.lang.Enum<TransmitterModulationTypeSystem>
Enum Constant and Description |
---|
CCTT_SINCGARS
CCTT SINCGARS
|
ENHANCED_SINCGARS_73
Enhanced SINCGARS 7.3
|
EPLRS_ENHANCED_POSITION_LOCATION_REPORTING_SYSTEM
EPLRS (Enhanced Position Location Reporting System)
|
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
|
JTIDS_MIDS
JTIDS/MIDS, See SISO-STD-002, Standard for: Link 16 Simulations
|
L_BAND_SATCOM
L-Band SATCOM
|
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
|
NAVIGATION_AID
Navigation Aid
|
OTHER
Other
|
SINCGARS
SINCGARS
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static TransmitterModulationTypeSystem |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static TransmitterModulationTypeSystem |
unmarshalEnum(java.nio.ByteBuffer buff) |
static TransmitterModulationTypeSystem |
unmarshalEnum(java.io.DataInputStream dis) |
static TransmitterModulationTypeSystem |
valueOf(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.
|
public static final TransmitterModulationTypeSystem OTHER
public static final TransmitterModulationTypeSystem GENERIC_RADIO_OR_SIMPLE_INTERCOM
public static final TransmitterModulationTypeSystem HAVE_QUICK
public static final TransmitterModulationTypeSystem HAVE_QUICK_II
public static final TransmitterModulationTypeSystem HAVE_QUICK_IIA
public static final TransmitterModulationTypeSystem SINCGARS
public static final TransmitterModulationTypeSystem CCTT_SINCGARS
public static final TransmitterModulationTypeSystem EPLRS_ENHANCED_POSITION_LOCATION_REPORTING_SYSTEM
public static final TransmitterModulationTypeSystem JTIDS_MIDS
public static final TransmitterModulationTypeSystem LINK_11
public static final TransmitterModulationTypeSystem LINK_11B
public static final TransmitterModulationTypeSystem L_BAND_SATCOM
public static final TransmitterModulationTypeSystem ENHANCED_SINCGARS_73
public static final TransmitterModulationTypeSystem NAVIGATION_AID
public static TransmitterModulationTypeSystem[] values()
for (TransmitterModulationTypeSystem c : TransmitterModulationTypeSystem.values()) System.out.println(c);
public static TransmitterModulationTypeSystem 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 TransmitterModulationTypeSystem 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 TransmitterModulationTypeSystem unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static TransmitterModulationTypeSystem unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()