public enum MinefieldSensorTypes extends java.lang.Enum<MinefieldSensorTypes>
Enum Constant and Description |
---|
FLIR_2
MinefieldSensorTypesFLIR
|
LASER_2
MinefieldSensorTypesLaser
|
MAGNETIC_2
MinefieldSensorTypesMagnetic
|
MULTISPECTRAL_2
MinefieldSensorTypesMultispectral
|
OPTICAL_2
MinefieldSensorTypesOptical
|
OTHER
Other
|
PHYSICAL_2
MinefieldSensorTypesPhysical
|
RADAR_2
MinefieldSensorTypesRADAR
|
SONAR_2
MinefieldSensorTypesSONAR
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static MinefieldSensorTypes |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static MinefieldSensorTypes |
unmarshalEnum(java.nio.ByteBuffer buff) |
static MinefieldSensorTypes |
unmarshalEnum(java.io.DataInputStream dis) |
static MinefieldSensorTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MinefieldSensorTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinefieldSensorTypes OTHER
public static final MinefieldSensorTypes OPTICAL_2
public static final MinefieldSensorTypes FLIR_2
public static final MinefieldSensorTypes RADAR_2
public static final MinefieldSensorTypes MAGNETIC_2
public static final MinefieldSensorTypes LASER_2
public static final MinefieldSensorTypes SONAR_2
public static final MinefieldSensorTypes PHYSICAL_2
public static final MinefieldSensorTypes MULTISPECTRAL_2
public static MinefieldSensorTypes[] values()
for (MinefieldSensorTypes c : MinefieldSensorTypes.values()) System.out.println(c);
public static MinefieldSensorTypes 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 MinefieldSensorTypes 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 MinefieldSensorTypes unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static MinefieldSensorTypes unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()