public enum LifeFormsSubcategoryFrenchWeapons extends java.lang.Enum<LifeFormsSubcategoryFrenchWeapons> implements SubCategory
Enum Constant and Description |
---|
$58_MM_RIFLE_GRENADE
58-mm rifle grenade
|
AA_52_MACHINE_GUN
AA-52 machine gun
|
ACL_STRIM
ACL-STRIM
|
FA_MAS_RIFLE
FA-MAS rifle
|
FR_F1_SNIPER_RIFLE
FR-F1 sniper rifle
|
LRAC_F1_89_MM_AT_ROCKET_LAUNCHER
LRAC F1 89-mm AT rocket launcher
|
MILAN_AT_MISSILE
Milan AT missile
|
MISTRAL_MISSILE
Mistral missile
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormsSubcategoryFrenchWeapons |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormsSubcategoryFrenchWeapons |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormsSubcategoryFrenchWeapons |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormsSubcategoryFrenchWeapons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormsSubcategoryFrenchWeapons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormsSubcategoryFrenchWeapons ACL_STRIM
public static final LifeFormsSubcategoryFrenchWeapons MISTRAL_MISSILE
public static final LifeFormsSubcategoryFrenchWeapons MILAN_AT_MISSILE
public static final LifeFormsSubcategoryFrenchWeapons LRAC_F1_89_MM_AT_ROCKET_LAUNCHER
public static final LifeFormsSubcategoryFrenchWeapons FA_MAS_RIFLE
public static final LifeFormsSubcategoryFrenchWeapons AA_52_MACHINE_GUN
public static final LifeFormsSubcategoryFrenchWeapons $58_MM_RIFLE_GRENADE
public static final LifeFormsSubcategoryFrenchWeapons FR_F1_SNIPER_RIFLE
public static LifeFormsSubcategoryFrenchWeapons[] values()
for (LifeFormsSubcategoryFrenchWeapons c : LifeFormsSubcategoryFrenchWeapons.values()) System.out.println(c);
public static LifeFormsSubcategoryFrenchWeapons 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()
getValue
in interface SubCategory
public java.lang.String getDescription()
getDescription
in interface SubCategory
public static int getEnumBitWidth()
public static LifeFormsSubcategoryFrenchWeapons 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 LifeFormsSubcategoryFrenchWeapons unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormsSubcategoryFrenchWeapons unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()