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 ALCOHOLAlcoholANFOANFOAVGAS_AVIATION_GASAVGAS (Aviation Gas)BUTANEButaneC_4C-4COMPOSITION_C_4Composition C-4CRUDE_OIL_UNSPECIFIEDCrude Oil (Unspecified)DIESEL_FUEL_UNSPECIFIED_GRADEDiesel Fuel (Unspecified Grade)DUST_UNSPECIFIED_TYPEDust (Unspecified Type)DYNAMITEDynamiteE85_ETHANOLE85 EthanolETHANOLEthanolFLOUR_DUSTFlour DustFUEL_OILFuel OilGASOLINE_PETROL_UNSPECIFIED_OCTANEGasoline/Petrol (Unspecified Octane)GRAIN_DUSTGrain DustHELIUMHeliumHMXHMXHYDROGEN_GASEOUSHydrogen (Gaseous)HYDROGEN_LIQUIDHydrogen (Liquid)JET_AJet AJET_A_1Jet A-1JET_BJet BJET_BIOFUELJet BiofuelJET_FUEL_UNSPECIFIEDJet Fuel (Unspecified)JP_10_MISSILE_FUELJP-10 Missile FuelJP_4_F_40_JET_BJP-4 (F-40/JET B)JP_5_F_44_JET_AJP-5 (F-44/JET A)JP_7JP-7JP_8_F_34_JET_A_1JP-8 (F-34/JET A-1)JPTSJPTSKEROSENEKeroseneLH_2_ROCKET_FUELLH-2 Rocket FuelLIGHT_CRUDE_OILLight Crude OilLIQUID_PETROLEUM_GAS_LPGLiquid Petroleum Gas (LPG)LOX_ROCKET_FUELLOX Rocket FuelNATURAL_GAS_NGNatural Gas (NG)NITROGLYCERIN_NGNitroglycerin (NG)NO_STATEMENTNo StatementPETNPETNPROPANEPropaneRDXRDXRP_1_ROCKET_FUELRP-1 Rocket FuelSUGAR_DUSTSugar DustTNTTNT -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static ExplosiveMaterialCategoriesgetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static ExplosiveMaterialCategoriesunmarshalEnum(java.io.DataInputStream dis)static ExplosiveMaterialCategoriesunmarshalEnum(java.nio.ByteBuffer buff)static ExplosiveMaterialCategoriesvalueOf(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:
toStringin classjava.lang.Enum<ExplosiveMaterialCategories>
-