Package edu.nps.moves.dis7.enumerations
Enum SensorRecordSensorTypePassiveSensors
java.lang.Object
java.lang.Enum<SensorRecordSensorTypePassiveSensors>
edu.nps.moves.dis7.enumerations.SensorRecordSensorTypePassiveSensors
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SensorRecordSensorTypePassiveSensors>,java.lang.constant.Constable
public enum SensorRecordSensorTypePassiveSensors extends java.lang.Enum<SensorRecordSensorTypePassiveSensors>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 326 marshal size 16
Sensor Record-Sensor Type-Passive Sensors
UID 326 marshal size 16
Sensor Record-Sensor Type-Passive Sensors
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ALR_400ALR-400AN_AAR_47AN/AAR-47AN_AAR_50AN/AAR-50AN_AAR_54AN/AAR-54AN_AAR_56AN/AAR-56AN_AAR_57AN/AAR-57AN_ALQ_142AN/ALQ-142AN_ALR_45AN/ALR-45AN_ALR_46AN/ALR-46AN_ALR_56AN/ALR-56AN_ALR_59AN/ALR-59AN_ALR_64AN/ALR-64AN_ALR_66AN/ALR-66AN_ALR_67AN/ALR-67AN_ALR_69AN/ALR-69AN_ALR_73AN/ALR-73AN_ALR_76AN/ALR-76AN_ALR_801AN/ALR-801AN_ALR_91AN/ALR-91AN_ALR_93AN/ALR-93AN_ALR_94AN/ALR-94AN_APR_39AN/APR-39AN_AYR_2AN/AYR-2ARI_18223ARI 18223BOW_21BOW-21CHAPARRAL_IRSTChaparral IRSTKJ_200KJ-200KJ_8602KJ-8602L_150_PASTELL-150 PastelSERVALServalSHERLOCSherlocSHERLOCVFSherlocvfSIRENA_2Sirena-2SIRENA_3Sirena-3SIRENA_3MSirena-3MSKY_GUARDIANSky GuardianSPO_15SPO-15SPS_200SPS-200TARANGTarangundefundef_2undef_3undef_4undef_5undef_6 -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static SensorRecordSensorTypePassiveSensorsgetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static SensorRecordSensorTypePassiveSensorsunmarshalEnum(java.io.DataInputStream dis)static SensorRecordSensorTypePassiveSensorsunmarshalEnum(java.nio.ByteBuffer buff)static SensorRecordSensorTypePassiveSensorsvalueOf(java.lang.String name)Returns 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 -
undef
-
undef_2
-
undef_3
-
undef_4
-
undef_5
-
undef_6
-
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:
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
public static SensorRecordSensorTypePassiveSensors unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static SensorRecordSensorTypePassiveSensors unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception- Throws:
java.lang.Exception
-
getMarshalledSize
public int getMarshalledSize() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Enum<SensorRecordSensorTypePassiveSensors>
-