public enum LifeFormsSubcategoryGermanWeapons extends java.lang.Enum<LifeFormsSubcategoryGermanWeapons> implements SubCategory
Enum Constant and Description |
---|
DM19_HAND_GRENADE
DM19 hand grenade
|
DM29_HAND_GRENADE
DM29 hand grenade
|
G11_RIFLE
G11 rifle
|
G3_RIFLE
G3 rifle
|
MG3_MACHINE_GUN
MG3 machine gun
|
MILAN_MISSILE
Milan missile
|
MP1_UZI_SUBMACHINE_GUN
MP1 Uzi submachine gun
|
P1_PISTOL
P1 pistol
|
PANZERFAUST_3_LIGHT_ANTI_TANK_WEAPON
Panzerfaust 3 Light Anti-Tank Weapon
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormsSubcategoryGermanWeapons |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormsSubcategoryGermanWeapons |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormsSubcategoryGermanWeapons |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormsSubcategoryGermanWeapons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormsSubcategoryGermanWeapons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormsSubcategoryGermanWeapons G3_RIFLE
public static final LifeFormsSubcategoryGermanWeapons G11_RIFLE
public static final LifeFormsSubcategoryGermanWeapons P1_PISTOL
public static final LifeFormsSubcategoryGermanWeapons MG3_MACHINE_GUN
public static final LifeFormsSubcategoryGermanWeapons MILAN_MISSILE
public static final LifeFormsSubcategoryGermanWeapons MP1_UZI_SUBMACHINE_GUN
public static final LifeFormsSubcategoryGermanWeapons PANZERFAUST_3_LIGHT_ANTI_TANK_WEAPON
public static final LifeFormsSubcategoryGermanWeapons DM19_HAND_GRENADE
public static final LifeFormsSubcategoryGermanWeapons DM29_HAND_GRENADE
public static LifeFormsSubcategoryGermanWeapons[] values()
for (LifeFormsSubcategoryGermanWeapons c : LifeFormsSubcategoryGermanWeapons.values()) System.out.println(c);
public static LifeFormsSubcategoryGermanWeapons 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 LifeFormsSubcategoryGermanWeapons 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 LifeFormsSubcategoryGermanWeapons unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormsSubcategoryGermanWeapons unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()