public enum MinefieldSensorTypesFLIR extends java.lang.Enum<MinefieldSensorTypesFLIR>
Enum Constant and Description |
---|
ASTAMIDS_I
ASTAMIDS I
|
ASTAMIDS_II
ASTAMIDS II
|
COBRA_3_5
COBRA 3-5
|
COBRA_8_12
COBRA 8-12
|
GENERIC_3_5
Generic 3-5
|
GENERIC_8_12
Generic 8-12
|
GSTAMIDS_3_5
GSTAMIDS 3-5
|
GSTAMIDS_8_12
GSTAMIDS 8-12
|
HSTAMIDS_3_5
HSTAMIDS 3-5
|
HSTAMIDS_8_12
HSTAMIDS 8-12
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static MinefieldSensorTypesFLIR |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static MinefieldSensorTypesFLIR |
unmarshalEnum(java.nio.ByteBuffer buff) |
static MinefieldSensorTypesFLIR |
unmarshalEnum(java.io.DataInputStream dis) |
static MinefieldSensorTypesFLIR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MinefieldSensorTypesFLIR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinefieldSensorTypesFLIR GENERIC_3_5
public static final MinefieldSensorTypesFLIR GENERIC_8_12
public static final MinefieldSensorTypesFLIR ASTAMIDS_I
public static final MinefieldSensorTypesFLIR ASTAMIDS_II
public static final MinefieldSensorTypesFLIR GSTAMIDS_3_5
public static final MinefieldSensorTypesFLIR GSTAMIDS_8_12
public static final MinefieldSensorTypesFLIR HSTAMIDS_3_5
public static final MinefieldSensorTypesFLIR HSTAMIDS_8_12
public static final MinefieldSensorTypesFLIR COBRA_3_5
public static final MinefieldSensorTypesFLIR COBRA_8_12
public static MinefieldSensorTypesFLIR[] values()
for (MinefieldSensorTypesFLIR c : MinefieldSensorTypesFLIR.values()) System.out.println(c);
public static MinefieldSensorTypesFLIR 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 MinefieldSensorTypesFLIR 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 MinefieldSensorTypesFLIR unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static MinefieldSensorTypesFLIR unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()