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_RRBARI 5954 (RRB)ARI_5983_RRBARI 5983 (RRB)GENERIC_ATCRBSGeneric ATCRBSGENERIC_MARK_XGeneric Mark XGENERIC_MARK_X_AGeneric Mark X (A)GENERIC_MARK_X_SIFGeneric Mark X (SIF)GENERIC_MARK_X_XII_ATCRBSGeneric Mark X/XII/ATCRBSGENERIC_MARK_X_XII_ATCRBS_MODE_SGeneric Mark X/XII/ATCRBS/Mode SGENERIC_MARK_XIIGeneric Mark XIIGENERIC_MARK_XII_COMBINED_INTERROGATOR_TRANSPONDER_CITGeneric Mark XII Combined Interrogator/Transponder (CIT)GENERIC_MARK_XIIAGeneric Mark XIIAGENERIC_MARK_XIIA_COMBINED_INTERROGATOR_TRANSPONDER_CITGeneric Mark XIIA Combined Interrogator/Transponder (CIT)GENERIC_MODE_5Generic Mode 5GENERIC_MODE_SGeneric Mode SGENERIC_RRBGeneric RRBGENERIC_SOVIETGeneric SovietGENERIC_TCAS_I_ACAS_I_TRANSCEIVERGeneric TCAS I/ACAS I TransceiverGENERIC_TCAS_II_ACAS_II_TRANSCEIVERGeneric TCAS II/ACAS II TransceiverNOT_USED_INVALID_VALUENot Used (Invalid Value) -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static IFFSystemNamegetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static IFFSystemNameunmarshalEnum(java.io.DataInputStream dis)static IFFSystemNameunmarshalEnum(java.nio.ByteBuffer buff)static IFFSystemNamevalueOf(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:
toStringin classjava.lang.Enum<IFFSystemName>
-