public enum SensorRecordSensorTypePassiveSensors extends java.lang.Enum<SensorRecordSensorTypePassiveSensors>
Enum Constant and Description |
---|
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_801
AN/ALR-801
|
AN_ALR_91
AN/ALR-91
|
AN_ALR_93
AN/ALR-93
|
AN_ALR_94
AN/ALR-94
|
AN_APR_39
AN/APR-39
|
AN_AYR_2
AN/AYR-2
|
ARI_18223
ARI 18223
|
BOW_21
BOW-21
|
CHAPARRAL_IRST
Chaparral 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
|
undef |
undef_2 |
undef_3 |
undef_4 |
undef_5 |
undef_6 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SensorRecordSensorTypePassiveSensors |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SensorRecordSensorTypePassiveSensors |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SensorRecordSensorTypePassiveSensors |
unmarshalEnum(java.io.DataInputStream dis) |
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.
|
public static final SensorRecordSensorTypePassiveSensors ALR_400
public static final SensorRecordSensorTypePassiveSensors AN_AAR_47
public static final SensorRecordSensorTypePassiveSensors AN_AAR_50
public static final SensorRecordSensorTypePassiveSensors AN_AAR_54
public static final SensorRecordSensorTypePassiveSensors AN_AAR_56
public static final SensorRecordSensorTypePassiveSensors AN_AAR_57
public static final SensorRecordSensorTypePassiveSensors AN_ALQ_142
public static final SensorRecordSensorTypePassiveSensors AN_ALR_45
public static final SensorRecordSensorTypePassiveSensors AN_ALR_46
public static final SensorRecordSensorTypePassiveSensors AN_ALR_56
public static final SensorRecordSensorTypePassiveSensors AN_ALR_59
public static final SensorRecordSensorTypePassiveSensors AN_ALR_64
public static final SensorRecordSensorTypePassiveSensors AN_ALR_66
public static final SensorRecordSensorTypePassiveSensors AN_ALR_67
public static final SensorRecordSensorTypePassiveSensors AN_ALR_69
public static final SensorRecordSensorTypePassiveSensors AN_ALR_73
public static final SensorRecordSensorTypePassiveSensors AN_ALR_76
public static final SensorRecordSensorTypePassiveSensors AN_ALR_91
public static final SensorRecordSensorTypePassiveSensors AN_ALR_93
public static final SensorRecordSensorTypePassiveSensors AN_ALR_94
public static final SensorRecordSensorTypePassiveSensors AN_ALR_801
public static final SensorRecordSensorTypePassiveSensors AN_APR_39
public static final SensorRecordSensorTypePassiveSensors AN_AYR_2
public static final SensorRecordSensorTypePassiveSensors ARI_18223
public static final SensorRecordSensorTypePassiveSensors BOW_21
public static final SensorRecordSensorTypePassiveSensors CHAPARRAL_IRST
public static final SensorRecordSensorTypePassiveSensors undef
public static final SensorRecordSensorTypePassiveSensors undef_2
public static final SensorRecordSensorTypePassiveSensors undef_3
public static final SensorRecordSensorTypePassiveSensors undef_4
public static final SensorRecordSensorTypePassiveSensors undef_5
public static final SensorRecordSensorTypePassiveSensors undef_6
public static final SensorRecordSensorTypePassiveSensors KJ_200
public static final SensorRecordSensorTypePassiveSensors KJ_8602
public static final SensorRecordSensorTypePassiveSensors L_150_PASTEL
public static final SensorRecordSensorTypePassiveSensors SERVAL
public static final SensorRecordSensorTypePassiveSensors SHERLOC
public static final SensorRecordSensorTypePassiveSensors SHERLOCVF
public static final SensorRecordSensorTypePassiveSensors SIRENA_2
public static final SensorRecordSensorTypePassiveSensors SIRENA_3
public static final SensorRecordSensorTypePassiveSensors SIRENA_3M
public static final SensorRecordSensorTypePassiveSensors SKY_GUARDIAN
public static final SensorRecordSensorTypePassiveSensors SPO_15
public static final SensorRecordSensorTypePassiveSensors SPS_200
public static final SensorRecordSensorTypePassiveSensors TARANG
public static SensorRecordSensorTypePassiveSensors[] values()
for (SensorRecordSensorTypePassiveSensors c : SensorRecordSensorTypePassiveSensors.values()) System.out.println(c);
public static SensorRecordSensorTypePassiveSensors valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static SensorRecordSensorTypePassiveSensors getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static SensorRecordSensorTypePassiveSensors unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SensorRecordSensorTypePassiveSensors unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()