Package edu.nps.moves.dis7.enumerations
Enum TILinkType
java.lang.Object
java.lang.Enum<TILinkType>
edu.nps.moves.dis7.enumerations.TILinkType
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TILinkType>,java.lang.constant.Constable
public enum TILinkType extends java.lang.Enum<TILinkType>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 370 marshal size 16
T/I Link Type
UID 370 marshal size 16
T/I Link Type
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description AERONAUTICAL_TELECOMMUNICATION_NETWORK_ATNAeronautical Telecommunication Network (ATN)AIRBORNE_COLLISION_AVOIDANCE_SYSTEMS_ACASAirborne Collision Avoidance Systems (ACAS)AIRCRAFT_COMMUNICATIONS_ADDRESSING_AND_REPORTING_SYSTEM_ACARSAircraft Communications Addressing and Reporting System (ACARS)ATC_COMMUNICATIONS_MANAGEMENT_ACMATC Communications Management (ACM)AUTOMATIC_DEPENDENT_SURVEILLANCE_ADSAutomatic Dependent Surveillance (ADS)AUTOMATIC_DEPENDENT_SURVEILLANCE_B_ADS_BAutomatic Dependent Surveillance-B (ADS-B)DATA_LINK_INITIATION_CAPABILITY_DLICData Link Initiation Capability (DLIC)GLOBAL_NAVIGATION_SATELLITE_SYSTEM_GNSSGlobal Navigation Satellite System (GNSS)GROUND_INITIATED_COMMUNICATIONS_B_GICBGround Initiated Communications B (GICB)MODE_SELECT_SMode Select (S)NOT_USEDNot UsedTRAFFIC_COLLISION_AVOIDANCE_SYSTEMS_TCASTraffic Collision Avoidance Systems (TCAS)VHF_DIGITAL_LINK_VDLVHF Digital Link (VDL) -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static TILinkTypegetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static TILinkTypeunmarshalEnum(java.io.DataInputStream dis)static TILinkTypeunmarshalEnum(java.nio.ByteBuffer buff)static TILinkTypevalueOf(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.
-
Enum Constant Details
-
NOT_USED
Not Used -
GROUND_INITIATED_COMMUNICATIONS_B_GICB
Ground Initiated Communications B (GICB) -
AUTOMATIC_DEPENDENT_SURVEILLANCE_ADS
Automatic Dependent Surveillance (ADS) -
GLOBAL_NAVIGATION_SATELLITE_SYSTEM_GNSS
Global Navigation Satellite System (GNSS) -
DATA_LINK_INITIATION_CAPABILITY_DLIC
Data Link Initiation Capability (DLIC) -
AIRCRAFT_COMMUNICATIONS_ADDRESSING_AND_REPORTING_SYSTEM_ACARS
Aircraft Communications Addressing and Reporting System (ACARS) -
ATC_COMMUNICATIONS_MANAGEMENT_ACM
ATC Communications Management (ACM) -
VHF_DIGITAL_LINK_VDL
VHF Digital Link (VDL) -
AERONAUTICAL_TELECOMMUNICATION_NETWORK_ATN
Aeronautical Telecommunication Network (ATN) -
MODE_SELECT_S
Mode Select (S) -
AIRBORNE_COLLISION_AVOIDANCE_SYSTEMS_ACAS
Airborne Collision Avoidance Systems (ACAS) -
TRAFFIC_COLLISION_AVOIDANCE_SYSTEMS_TCAS
Traffic Collision Avoidance Systems (TCAS) -
AUTOMATIC_DEPENDENT_SURVEILLANCE_B_ADS_B
Automatic Dependent Surveillance-B (ADS-B)
-
-
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
- Throws:
java.lang.Exception
-
unmarshalEnum
- Throws:
java.lang.Exception
-
getMarshalledSize
public int getMarshalledSize() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Enum<TILinkType>
-