Package edu.nps.moves.dis7.enumerations
Enum SensorRecordSensorTypePassiveSensors
java.lang.Object
java.lang.Enum<SensorRecordSensorTypePassiveSensors>
edu.nps.moves.dis7.enumerations.SensorRecordSensorTypePassiveSensors
- All Implemented Interfaces:
Serializable
,Comparable<SensorRecordSensorTypePassiveSensors>
,java.lang.constant.Constable
This
enum
type is generated from XML,
UID 326,
marshal size 16;
SensorRecordSensorTypePassiveSensors has 45 enumerations total.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionALR-400AN/AAR-47AN/AAR-50AN/AAR-54AN/AAR-56AN/AAR-57AN/ALQ-142AN/ALR-45AN/ALR-46AN/ALR-56AN/ALR-59AN/ALR-64AN/ALR-66AN/ALR-67AN/ALR-69AN/ALR-73AN/ALR-76AN/ALR-801AN/ALR-91AN/ALR-93AN/ALR-94AN/APR-39AN/AYR-2ARI 18223BOW-21Chaparral IRSTKJ-200KJ-8602L-150 PastelNATOID_Flanker IRSTNATOID_Foxbat IRSTNATOID_Foxhound IRSTNATOID_Fulcrum IRSTNATOID_Havoc IRSTNATOID_Hind IRSTServalSherlocSherlocvfSirena-2Sirena-3Sirena-3MSky GuardianSPO-15SPS-200Tarang -
Method Summary
Modifier and TypeMethodDescriptionProvide enumeration descriptionstatic int
bit width for this enumerationgetEnumForValue
(int value) Provide enumeration for a given valueint
Returns size of this serialized (marshalled) object in bytesgetName()
Provide nameint
getValue()
Provide enumeration valuevoid
marshal
(DataOutputStream dos) Marshal value to DataOutputStreamvoid
marshal
(ByteBuffer byteBuffer) Marshal value to ByteBuffertoString()
Provide simple identifierUnmarshal value to DataInputStreamunmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.static SensorRecordSensorTypePassiveSensors[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALR_400
ALR-400 -
AN_AAR_47
AN/AAR-47 -
AN_AAR_50
AN/AAR-50 -
AN_AAR_54
AN/AAR-54 -
AN_AAR_56
AN/AAR-56 -
AN_AAR_57
AN/AAR-57 -
AN_ALQ_142
AN/ALQ-142 -
AN_ALR_45
AN/ALR-45 -
AN_ALR_46
AN/ALR-46 -
AN_ALR_56
AN/ALR-56 -
AN_ALR_59
AN/ALR-59 -
AN_ALR_64
AN/ALR-64 -
AN_ALR_66
AN/ALR-66 -
AN_ALR_67
AN/ALR-67 -
AN_ALR_69
AN/ALR-69 -
AN_ALR_73
AN/ALR-73 -
AN_ALR_76
AN/ALR-76 -
AN_ALR_91
AN/ALR-91 -
AN_ALR_93
AN/ALR-93 -
AN_ALR_94
AN/ALR-94 -
AN_ALR_801
AN/ALR-801 -
AN_APR_39
AN/APR-39 -
AN_AYR_2
AN/AYR-2 -
ARI_18223
ARI 18223 -
BOW_21
BOW-21 -
CHAPARRAL_IRST
Chaparral IRST -
NATOID_FLANKER_IRST
NATOID_Flanker IRST -
NATOID_FOXBAT_IRST
NATOID_Foxbat IRST -
NATOID_FOXHOUND_IRST
NATOID_Foxhound IRST -
NATOID_FULCRUM_IRST
NATOID_Fulcrum IRST -
NATOID_HAVOC_IRST
NATOID_Havoc IRST -
NATOID_HIND_IRST
NATOID_Hind IRST -
KJ_200
KJ-200 -
KJ_8602
KJ-8602 -
L_150_PASTEL
L-150 Pastel -
SERVAL
Serval -
SHERLOC
Sherloc -
SHERLOCVF
Sherlocvf -
SIRENA_2
Sirena-2 -
SIRENA_3
Sirena-3 -
SIRENA_3M
Sirena-3M -
SKY_GUARDIAN
Sky Guardian -
SPO_15
SPO-15 -
SPS_200
SPS-200 -
TARANG
Tarang
-
-
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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Provide enumeration value- Returns:
- integer value
-
getDescription
Provide enumeration description- Returns:
- description
-
getEnumBitWidth
public static int getEnumBitWidth()bit width for this enumeration- Returns:
- number of bits wide
-
getEnumForValue
Provide enumeration for a given value- Parameters:
value
- integer value of interest- Returns:
- enumeration corresponding to numeric value
-
marshal
Marshal value to DataOutputStream- Parameters:
dos
- DataOutputStream for output- Throws:
IOException
- input-output error- See Also:
-
marshal
Marshal value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for output- Throws:
IOException
- input-output errorException
- See Also:
-
unmarshalEnum
public static SensorRecordSensorTypePassiveSensors unmarshalEnum(DataInputStream dis) throws Exception Unmarshal value to DataInputStream- Parameters:
dis
- DataInputStream for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
unmarshalEnum
public static SensorRecordSensorTypePassiveSensors unmarshalEnum(ByteBuffer byteBuffer) throws Exception Unmarshal enumeration value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
getName
Provide name- Returns:
- name
-
toString
Provide simple identifier- Overrides:
toString
in classEnum<SensorRecordSensorTypePassiveSensors>
- Returns:
- ID number and name
-