public enum IFFSystemName extends java.lang.Enum<IFFSystemName>
Enum Constant and Description |
---|
ARI_5954_RRB
ARI 5954 (RRB)
|
ARI_5983_RRB
ARI 5983 (RRB)
|
GENERIC_ATCRBS
Generic ATCRBS
|
GENERIC_MARK_X
Generic Mark X
|
GENERIC_MARK_X_A
Generic Mark X (A)
|
GENERIC_MARK_X_SIF
Generic Mark X (SIF)
|
GENERIC_MARK_X_XII_ATCRBS
Generic Mark X/XII/ATCRBS
|
GENERIC_MARK_X_XII_ATCRBS_MODE_S
Generic Mark X/XII/ATCRBS/Mode S
|
GENERIC_MARK_XII
Generic Mark XII
|
GENERIC_MARK_XII_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Generic Mark XII Combined Interrogator/Transponder (CIT)
|
GENERIC_MARK_XIIA
Generic Mark XIIA
|
GENERIC_MARK_XIIA_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Generic Mark XIIA Combined Interrogator/Transponder (CIT)
|
GENERIC_MODE_5
Generic Mode 5
|
GENERIC_MODE_S
Generic Mode S
|
GENERIC_RRB
Generic RRB
|
GENERIC_SOVIET
Generic Soviet
|
GENERIC_TCAS_I_ACAS_I_TRANSCEIVER
Generic TCAS I/ACAS I Transceiver
|
GENERIC_TCAS_II_ACAS_II_TRANSCEIVER
Generic TCAS II/ACAS II Transceiver
|
NOT_USED_INVALID_VALUE
Not Used (Invalid Value)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static IFFSystemName |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static IFFSystemName |
unmarshalEnum(java.nio.ByteBuffer buff) |
static IFFSystemName |
unmarshalEnum(java.io.DataInputStream dis) |
static IFFSystemName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFFSystemName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFFSystemName NOT_USED_INVALID_VALUE
public static final IFFSystemName GENERIC_MARK_X
public static final IFFSystemName GENERIC_MARK_XII
public static final IFFSystemName GENERIC_ATCRBS
public static final IFFSystemName GENERIC_SOVIET
public static final IFFSystemName GENERIC_MODE_S
public static final IFFSystemName GENERIC_MARK_X_XII_ATCRBS
public static final IFFSystemName GENERIC_MARK_X_XII_ATCRBS_MODE_S
public static final IFFSystemName ARI_5954_RRB
public static final IFFSystemName ARI_5983_RRB
public static final IFFSystemName GENERIC_RRB
public static final IFFSystemName GENERIC_MARK_XIIA
public static final IFFSystemName GENERIC_MODE_5
public static final IFFSystemName GENERIC_MARK_XIIA_COMBINED_INTERROGATOR_TRANSPONDER_CIT
public static final IFFSystemName GENERIC_MARK_XII_COMBINED_INTERROGATOR_TRANSPONDER_CIT
public static final IFFSystemName GENERIC_TCAS_I_ACAS_I_TRANSCEIVER
public static final IFFSystemName GENERIC_TCAS_II_ACAS_II_TRANSCEIVER
public static final IFFSystemName GENERIC_MARK_X_A
public static final IFFSystemName GENERIC_MARK_X_SIF
public static IFFSystemName[] values()
for (IFFSystemName c : IFFSystemName.values()) System.out.println(c);
public static IFFSystemName 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 IFFSystemName 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 IFFSystemName unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static IFFSystemName unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()