public enum TILinkType extends java.lang.Enum<TILinkType>
Enum Constant and Description |
---|
AERONAUTICAL_TELECOMMUNICATION_NETWORK_ATN
Aeronautical Telecommunication Network (ATN)
|
AIRBORNE_COLLISION_AVOIDANCE_SYSTEMS_ACAS
Airborne Collision Avoidance Systems (ACAS)
|
AIRCRAFT_COMMUNICATIONS_ADDRESSING_AND_REPORTING_SYSTEM_ACARS
Aircraft Communications Addressing and Reporting System (ACARS)
|
ATC_COMMUNICATIONS_MANAGEMENT_ACM
ATC Communications Management (ACM)
|
AUTOMATIC_DEPENDENT_SURVEILLANCE_ADS
Automatic Dependent Surveillance (ADS)
|
AUTOMATIC_DEPENDENT_SURVEILLANCE_B_ADS_B
Automatic Dependent Surveillance-B (ADS-B)
|
DATA_LINK_INITIATION_CAPABILITY_DLIC
Data Link Initiation Capability (DLIC)
|
GLOBAL_NAVIGATION_SATELLITE_SYSTEM_GNSS
Global Navigation Satellite System (GNSS)
|
GROUND_INITIATED_COMMUNICATIONS_B_GICB
Ground Initiated Communications B (GICB)
|
MODE_SELECT_S
Mode Select (S)
|
NOT_USED
Not Used
|
TRAFFIC_COLLISION_AVOIDANCE_SYSTEMS_TCAS
Traffic Collision Avoidance Systems (TCAS)
|
VHF_DIGITAL_LINK_VDL
VHF Digital Link (VDL)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static TILinkType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static TILinkType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static TILinkType |
unmarshalEnum(java.io.DataInputStream dis) |
static TILinkType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TILinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TILinkType NOT_USED
public static final TILinkType GROUND_INITIATED_COMMUNICATIONS_B_GICB
public static final TILinkType AUTOMATIC_DEPENDENT_SURVEILLANCE_ADS
public static final TILinkType GLOBAL_NAVIGATION_SATELLITE_SYSTEM_GNSS
public static final TILinkType DATA_LINK_INITIATION_CAPABILITY_DLIC
public static final TILinkType AIRCRAFT_COMMUNICATIONS_ADDRESSING_AND_REPORTING_SYSTEM_ACARS
public static final TILinkType ATC_COMMUNICATIONS_MANAGEMENT_ACM
public static final TILinkType VHF_DIGITAL_LINK_VDL
public static final TILinkType AERONAUTICAL_TELECOMMUNICATION_NETWORK_ATN
public static final TILinkType MODE_SELECT_S
public static final TILinkType AIRBORNE_COLLISION_AVOIDANCE_SYSTEMS_ACAS
public static final TILinkType TRAFFIC_COLLISION_AVOIDANCE_SYSTEMS_TCAS
public static final TILinkType AUTOMATIC_DEPENDENT_SURVEILLANCE_B_ADS_B
public static TILinkType[] values()
for (TILinkType c : TILinkType.values()) System.out.println(c);
public static TILinkType 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 TILinkType 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 TILinkType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static TILinkType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()