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_400
ALR-400AN_AAR_47
AN/AAR-47AN_AAR_50
AN/AAR-50AN_AAR_54
AN/AAR-54AN_AAR_56
AN/AAR-56AN_AAR_57
AN/AAR-57AN_ALQ_142
AN/ALQ-142AN_ALR_45
AN/ALR-45AN_ALR_46
AN/ALR-46AN_ALR_56
AN/ALR-56AN_ALR_59
AN/ALR-59AN_ALR_64
AN/ALR-64AN_ALR_66
AN/ALR-66AN_ALR_67
AN/ALR-67AN_ALR_69
AN/ALR-69AN_ALR_73
AN/ALR-73AN_ALR_76
AN/ALR-76AN_ALR_801
AN/ALR-801AN_ALR_91
AN/ALR-91AN_ALR_93
AN/ALR-93AN_ALR_94
AN/ALR-94AN_APR_39
AN/APR-39AN_AYR_2
AN/AYR-2ARI_18223
ARI 18223BOW_21
BOW-21CHAPARRAL_IRST
Chaparral IRSTKJ_200
KJ-200KJ_8602
KJ-8602L_150_PASTEL
L-150 PastelSERVAL
ServalSHERLOC
SherlocSHERLOCVF
SherlocvfSIRENA_2
Sirena-2SIRENA_3
Sirena-3SIRENA_3M
Sirena-3MSKY_GUARDIAN
Sky GuardianSPO_15
SPO-15SPS_200
SPS-200TARANG
Tarangundef
undef_2
undef_3
undef_4
undef_5
undef_6
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static SensorRecordSensorTypePassiveSensors
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static SensorRecordSensorTypePassiveSensors
unmarshalEnum(java.io.DataInputStream dis)
static SensorRecordSensorTypePassiveSensors
unmarshalEnum(java.nio.ByteBuffer buff)
static SensorRecordSensorTypePassiveSensors
valueOf(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:
toString
in classjava.lang.Enum<SensorRecordSensorTypePassiveSensors>
-