public enum IFFSystemType extends java.lang.Enum<IFFSystemType>
Enum Constant and Description |
---|
MARK_X_XII_ATCRBS_INTERROGATOR
Mark X/XII/ATCRBS Interrogator
|
MARK_X_XII_ATCRBS_TRANSPONDER
Mark X/XII/ATCRBS Transponder
|
MARK_XII_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Mark XII Combined Interrogator/Transponder (CIT)
|
MARK_XIIA_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Mark XIIA Combined Interrogator/Transponder (CIT)
|
MARK_XIIA_INTERROGATOR
Mark XIIA Interrogator
|
MARK_XIIA_TRANSPONDER
Mark XIIA Transponder
|
MODE_5_INTERROGATOR
Mode 5 Interrogator
|
MODE_5_TRANSPONDER
Mode 5 Transponder
|
MODE_S_INTERROGATOR
Mode S Interrogator
|
MODE_S_TRANSPONDER
Mode S Transponder
|
NOT_USED_INVALID_VALUE
Not Used (Invalid Value)
|
RRB_TRANSPONDER
RRB Transponder
|
SOVIET_INTERROGATOR
Soviet Interrogator
|
SOVIET_TRANSPONDER
Soviet Transponder
|
TCAS_ACAS_TRANSCEIVER
TCAS/ACAS Transceiver
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static IFFSystemType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static IFFSystemType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static IFFSystemType |
unmarshalEnum(java.io.DataInputStream dis) |
static IFFSystemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFFSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFFSystemType NOT_USED_INVALID_VALUE
public static final IFFSystemType MARK_X_XII_ATCRBS_TRANSPONDER
public static final IFFSystemType MARK_X_XII_ATCRBS_INTERROGATOR
public static final IFFSystemType SOVIET_TRANSPONDER
public static final IFFSystemType SOVIET_INTERROGATOR
public static final IFFSystemType RRB_TRANSPONDER
public static final IFFSystemType MARK_XIIA_INTERROGATOR
public static final IFFSystemType MODE_5_INTERROGATOR
public static final IFFSystemType MODE_S_INTERROGATOR
public static final IFFSystemType MARK_XIIA_TRANSPONDER
public static final IFFSystemType MODE_5_TRANSPONDER
public static final IFFSystemType MODE_S_TRANSPONDER
public static final IFFSystemType MARK_XIIA_COMBINED_INTERROGATOR_TRANSPONDER_CIT
public static final IFFSystemType MARK_XII_COMBINED_INTERROGATOR_TRANSPONDER_CIT
public static final IFFSystemType TCAS_ACAS_TRANSCEIVER
public static IFFSystemType[] values()
for (IFFSystemType c : IFFSystemType.values()) System.out.println(c);
public static IFFSystemType 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 IFFSystemType 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 IFFSystemType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static IFFSystemType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()