Package edu.nps.moves.dis7.enumerations
Enum ExplosiveMaterialCategories
java.lang.Object
java.lang.Enum<ExplosiveMaterialCategories>
edu.nps.moves.dis7.enumerations.ExplosiveMaterialCategories
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ExplosiveMaterialCategories>
,java.lang.constant.Constable
public enum ExplosiveMaterialCategories extends java.lang.Enum<ExplosiveMaterialCategories>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 310 marshal size 16
Explosive Material Categories
UID 310 marshal size 16
Explosive Material Categories
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ALCOHOL
AlcoholANFO
ANFOAVGAS_AVIATION_GAS
AVGAS (Aviation Gas)BUTANE
ButaneC_4
C-4COMPOSITION_C_4
Composition C-4CRUDE_OIL_UNSPECIFIED
Crude Oil (Unspecified)DIESEL_FUEL_UNSPECIFIED_GRADE
Diesel Fuel (Unspecified Grade)DUST_UNSPECIFIED_TYPE
Dust (Unspecified Type)DYNAMITE
DynamiteE85_ETHANOL
E85 EthanolETHANOL
EthanolFLOUR_DUST
Flour DustFUEL_OIL
Fuel OilGASOLINE_PETROL_UNSPECIFIED_OCTANE
Gasoline/Petrol (Unspecified Octane)GRAIN_DUST
Grain DustHELIUM
HeliumHMX
HMXHYDROGEN_GASEOUS
Hydrogen (Gaseous)HYDROGEN_LIQUID
Hydrogen (Liquid)JET_A
Jet AJET_A_1
Jet A-1JET_B
Jet BJET_BIOFUEL
Jet BiofuelJET_FUEL_UNSPECIFIED
Jet Fuel (Unspecified)JP_10_MISSILE_FUEL
JP-10 Missile FuelJP_4_F_40_JET_B
JP-4 (F-40/JET B)JP_5_F_44_JET_A
JP-5 (F-44/JET A)JP_7
JP-7JP_8_F_34_JET_A_1
JP-8 (F-34/JET A-1)JPTS
JPTSKEROSENE
KeroseneLH_2_ROCKET_FUEL
LH-2 Rocket FuelLIGHT_CRUDE_OIL
Light Crude OilLIQUID_PETROLEUM_GAS_LPG
Liquid Petroleum Gas (LPG)LOX_ROCKET_FUEL
LOX Rocket FuelNATURAL_GAS_NG
Natural Gas (NG)NITROGLYCERIN_NG
Nitroglycerin (NG)NO_STATEMENT
No StatementPETN
PETNPROPANE
PropaneRDX
RDXRP_1_ROCKET_FUEL
RP-1 Rocket FuelSUGAR_DUST
Sugar DustTNT
TNT -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static ExplosiveMaterialCategories
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static ExplosiveMaterialCategories
unmarshalEnum(java.io.DataInputStream dis)
static ExplosiveMaterialCategories
unmarshalEnum(java.nio.ByteBuffer buff)
static ExplosiveMaterialCategories
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExplosiveMaterialCategories[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NO_STATEMENT
No Statement -
AVGAS_AVIATION_GAS
AVGAS (Aviation Gas) -
JET_FUEL_UNSPECIFIED
Jet Fuel (Unspecified) -
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_7
JP-7 -
JP_8_F_34_JET_A_1
JP-8 (F-34/JET A-1) -
JP_10_MISSILE_FUEL
JP-10 Missile Fuel -
JPTS
JPTS -
JET_A
Jet A -
JET_A_1
Jet A-1 -
JET_B
Jet B -
JET_BIOFUEL
Jet Biofuel -
GASOLINE_PETROL_UNSPECIFIED_OCTANE
Gasoline/Petrol (Unspecified Octane) -
DIESEL_FUEL_UNSPECIFIED_GRADE
Diesel Fuel (Unspecified Grade) -
ETHANOL
Ethanol -
E85_ETHANOL
E85 Ethanol -
FUEL_OIL
Fuel Oil -
KEROSENE
Kerosene -
CRUDE_OIL_UNSPECIFIED
Crude Oil (Unspecified) -
LIGHT_CRUDE_OIL
Light Crude Oil -
LIQUID_PETROLEUM_GAS_LPG
Liquid Petroleum Gas (LPG) -
RP_1_ROCKET_FUEL
RP-1 Rocket Fuel -
LH_2_ROCKET_FUEL
LH-2 Rocket Fuel -
LOX_ROCKET_FUEL
LOX Rocket Fuel -
ALCOHOL
Alcohol -
HYDROGEN_LIQUID
Hydrogen (Liquid) -
NITROGLYCERIN_NG
Nitroglycerin (NG) -
ANFO
ANFO -
DYNAMITE
Dynamite -
TNT
TNT -
RDX
RDX -
PETN
PETN -
HMX
HMX -
C_4
C-4 -
COMPOSITION_C_4
Composition C-4 -
NATURAL_GAS_NG
Natural Gas (NG) -
BUTANE
Butane -
PROPANE
Propane -
HELIUM
Helium -
HYDROGEN_GASEOUS
Hydrogen (Gaseous) -
DUST_UNSPECIFIED_TYPE
Dust (Unspecified Type) -
GRAIN_DUST
Grain Dust -
FLOUR_DUST
Flour Dust -
SUGAR_DUST
Sugar Dust
-
-
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 ExplosiveMaterialCategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static ExplosiveMaterialCategories 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<ExplosiveMaterialCategories>
-