public enum SupplyFuelType extends java.lang.Enum<SupplyFuelType>
Enum Constant and Description |
---|
DIESEL_FUEL_F_54_DF_2
Diesel Fuel (F-54/DF-2)
|
FOG_OIL
Fog Oil
|
FUEL_OIL
Fuel Oil
|
GASOLINE
Gasoline
|
JP_4_F_40_JET_B
JP-4 (F-40/JET B)
|
JP_5_F_44_JET_A
JP-5 (F-44/JET A)
|
JP_8_F_34_JET_A_1
JP-8 (F-34/JET A-1)
|
JPTS
JPTS
|
MULTI_SPECTRAL_FOG_OIL
Multi-Spectral Fog Oil
|
OTHER
Other
|
TS_1_RUSSIA_RUS
TS-1 (Russia (RUS))
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SupplyFuelType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SupplyFuelType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SupplyFuelType |
unmarshalEnum(java.io.DataInputStream dis) |
static SupplyFuelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SupplyFuelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupplyFuelType OTHER
public static final SupplyFuelType GASOLINE
public static final SupplyFuelType DIESEL_FUEL_F_54_DF_2
public static final SupplyFuelType JP_4_F_40_JET_B
public static final SupplyFuelType FUEL_OIL
public static final SupplyFuelType JP_8_F_34_JET_A_1
public static final SupplyFuelType FOG_OIL
public static final SupplyFuelType MULTI_SPECTRAL_FOG_OIL
public static final SupplyFuelType JP_5_F_44_JET_A
public static final SupplyFuelType JPTS
public static final SupplyFuelType TS_1_RUSSIA_RUS
public static SupplyFuelType[] values()
for (SupplyFuelType c : SupplyFuelType.values()) System.out.println(c);
public static SupplyFuelType 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 SupplyFuelType 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 SupplyFuelType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SupplyFuelType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()