public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies extends java.lang.Enum<Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies> implements Category
Enum Constant and Description |
---|
A_AIR
A - Air
|
B_GROUND_SUPPORT_MATERIEL
B - Ground Support Materiel
|
E_GENERAL_SUPPLIES
E - General Supplies
|
F_CLOTHING
F - Clothing
|
G_ELECTRONICS
G - Electronics
|
M_WEAPONS_HUMANS
M - Weapons (Humans)
|
OTHER
Other
|
T_INDUSTRIAL_SUPPLIES
T - Industrial Supplies
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies |
unmarshalEnum(java.nio.ByteBuffer buff) |
static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies |
unmarshalEnum(java.io.DataInputStream dis) |
static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies OTHER
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies A_AIR
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies B_GROUND_SUPPORT_MATERIEL
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies E_GENERAL_SUPPLIES
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies F_CLOTHING
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies G_ELECTRONICS
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies M_WEAPONS_HUMANS
public static final Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies T_INDUSTRIAL_SUPPLIES
public static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies[] values()
for (Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies c : Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.values()) System.out.println(c);
public static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies 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 java.lang.String getDescription()
getDescription
in interface Category
public static int getEnumBitWidth()
public static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies 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 Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()