public enum LifeFormsSubcategoryUKWeapons extends java.lang.Enum<LifeFormsSubcategoryUKWeapons> implements SubCategory
Enum Constant and Description |
---|
$51_MM_MORTAR
51-mm mortar
|
BLOWPIPE
Blowpipe
|
CARL_GUSTAV_89_MM_RECOILLESS_RIFLE
Carl Gustav 89-mm recoilless rifle
|
JAVELIN
Javelin
|
L6_WOMBAT_RECOILLESS_RIFLE_
L6 Wombat Recoilless rifle,
|
L7A2_GENERAL_PURPOSE_MG
L7A2 general purpose MG
|
LAW_80
LAW 80
|
MILAN_AT_MISSILE
Milan AT missile
|
SA80_INDIVIDUAL_LIGHT_SUPPORT_WEAPON
SA80 Individual/light support weapon
|
SLR_762_MM_RIFLE
SLR 7.62-mm rifle
|
STERLING_9_MM_SUBMACHINE_GUN
Sterling 9-mm submachine gun
|
TRIGAT
Trigat
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormsSubcategoryUKWeapons |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormsSubcategoryUKWeapons |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormsSubcategoryUKWeapons |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormsSubcategoryUKWeapons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormsSubcategoryUKWeapons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormsSubcategoryUKWeapons LAW_80
public static final LifeFormsSubcategoryUKWeapons BLOWPIPE
public static final LifeFormsSubcategoryUKWeapons JAVELIN
public static final LifeFormsSubcategoryUKWeapons $51_MM_MORTAR
public static final LifeFormsSubcategoryUKWeapons SLR_762_MM_RIFLE
public static final LifeFormsSubcategoryUKWeapons STERLING_9_MM_SUBMACHINE_GUN
public static final LifeFormsSubcategoryUKWeapons L7A2_GENERAL_PURPOSE_MG
public static final LifeFormsSubcategoryUKWeapons L6_WOMBAT_RECOILLESS_RIFLE_
public static final LifeFormsSubcategoryUKWeapons CARL_GUSTAV_89_MM_RECOILLESS_RIFLE
public static final LifeFormsSubcategoryUKWeapons SA80_INDIVIDUAL_LIGHT_SUPPORT_WEAPON
public static final LifeFormsSubcategoryUKWeapons TRIGAT
public static final LifeFormsSubcategoryUKWeapons MILAN_AT_MISSILE
public static LifeFormsSubcategoryUKWeapons[] values()
for (LifeFormsSubcategoryUKWeapons c : LifeFormsSubcategoryUKWeapons.values()) System.out.println(c);
public static LifeFormsSubcategoryUKWeapons 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 LifeFormsSubcategoryUKWeapons 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 LifeFormsSubcategoryUKWeapons unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormsSubcategoryUKWeapons unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()