Package edu.nps.moves.dis7.enumerations
Enum IFFSystemName
java.lang.Object
java.lang.Enum<IFFSystemName>
edu.nps.moves.dis7.enumerations.IFFSystemName
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<IFFSystemName>
,java.lang.constant.Constable
public enum IFFSystemName extends java.lang.Enum<IFFSystemName>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 83 marshal size 16
IFF-System Name
UID 83 marshal size 16
IFF-System Name
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ARI_5954_RRB
ARI 5954 (RRB)ARI_5983_RRB
ARI 5983 (RRB)GENERIC_ATCRBS
Generic ATCRBSGENERIC_MARK_X
Generic Mark XGENERIC_MARK_X_A
Generic Mark X (A)GENERIC_MARK_X_SIF
Generic Mark X (SIF)GENERIC_MARK_X_XII_ATCRBS
Generic Mark X/XII/ATCRBSGENERIC_MARK_X_XII_ATCRBS_MODE_S
Generic Mark X/XII/ATCRBS/Mode SGENERIC_MARK_XII
Generic Mark XIIGENERIC_MARK_XII_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Generic Mark XII Combined Interrogator/Transponder (CIT)GENERIC_MARK_XIIA
Generic Mark XIIAGENERIC_MARK_XIIA_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Generic Mark XIIA Combined Interrogator/Transponder (CIT)GENERIC_MODE_5
Generic Mode 5GENERIC_MODE_S
Generic Mode SGENERIC_RRB
Generic RRBGENERIC_SOVIET
Generic SovietGENERIC_TCAS_I_ACAS_I_TRANSCEIVER
Generic TCAS I/ACAS I TransceiverGENERIC_TCAS_II_ACAS_II_TRANSCEIVER
Generic TCAS II/ACAS II TransceiverNOT_USED_INVALID_VALUE
Not Used (Invalid Value) -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static IFFSystemName
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static IFFSystemName
unmarshalEnum(java.io.DataInputStream dis)
static IFFSystemName
unmarshalEnum(java.nio.ByteBuffer buff)
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.
-
Enum Constant Details
-
NOT_USED_INVALID_VALUE
Not Used (Invalid Value) -
GENERIC_MARK_X
Generic Mark X -
GENERIC_MARK_XII
Generic Mark XII -
GENERIC_ATCRBS
Generic ATCRBS -
GENERIC_SOVIET
Generic Soviet -
GENERIC_MODE_S
Generic Mode S -
GENERIC_MARK_X_XII_ATCRBS
Generic Mark X/XII/ATCRBS -
GENERIC_MARK_X_XII_ATCRBS_MODE_S
Generic Mark X/XII/ATCRBS/Mode S -
ARI_5954_RRB
ARI 5954 (RRB) -
ARI_5983_RRB
ARI 5983 (RRB) -
GENERIC_RRB
Generic RRB -
GENERIC_MARK_XIIA
Generic Mark XIIA -
GENERIC_MODE_5
Generic Mode 5 -
GENERIC_MARK_XIIA_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Generic Mark XIIA Combined Interrogator/Transponder (CIT) -
GENERIC_MARK_XII_COMBINED_INTERROGATOR_TRANSPONDER_CIT
Generic Mark XII Combined Interrogator/Transponder (CIT) -
GENERIC_TCAS_I_ACAS_I_TRANSCEIVER
Generic TCAS I/ACAS I Transceiver -
GENERIC_TCAS_II_ACAS_II_TRANSCEIVER
Generic TCAS II/ACAS II Transceiver -
GENERIC_MARK_X_A
Generic Mark X (A) -
GENERIC_MARK_X_SIF
Generic Mark X (SIF)
-
-
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:
toString
in classjava.lang.Enum<IFFSystemName>
-