public enum Class9SupplyCategoryRepairPartsandComponents extends java.lang.Enum<Class9SupplyCategoryRepairPartsandComponents> implements Category
Enum Constant and Description |
---|
A_AIR
A - Air
|
B_GROUND_SUPPORT_MATERIEL
B - Ground Support Materiel
|
D_ADMIN_VEHICLES
D - Admin Vehicles
|
G_ELECTRONICS
G - Electronics
|
K_TACTICAL_VEHICLES
K - Tactical Vehicles, Any repair part for a modelled function of a platform, not related to Mobility, Firepower, Sensor, or Communications, e.g.
|
L_MISSILES
L - Missiles
|
M_WEAPONS
M - Weapons
|
N_SPECIAL_WEAPONS
N - Special Weapons
|
OTHER
Other
|
X_AIRCRAFT_ENGINES
X - Aircraft Engines
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static Class9SupplyCategoryRepairPartsandComponents |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static Class9SupplyCategoryRepairPartsandComponents |
unmarshalEnum(java.nio.ByteBuffer buff) |
static Class9SupplyCategoryRepairPartsandComponents |
unmarshalEnum(java.io.DataInputStream dis) |
static Class9SupplyCategoryRepairPartsandComponents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Class9SupplyCategoryRepairPartsandComponents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Class9SupplyCategoryRepairPartsandComponents OTHER
public static final Class9SupplyCategoryRepairPartsandComponents A_AIR
public static final Class9SupplyCategoryRepairPartsandComponents B_GROUND_SUPPORT_MATERIEL
public static final Class9SupplyCategoryRepairPartsandComponents D_ADMIN_VEHICLES
public static final Class9SupplyCategoryRepairPartsandComponents G_ELECTRONICS
public static final Class9SupplyCategoryRepairPartsandComponents K_TACTICAL_VEHICLES
public static final Class9SupplyCategoryRepairPartsandComponents L_MISSILES
public static final Class9SupplyCategoryRepairPartsandComponents M_WEAPONS
public static final Class9SupplyCategoryRepairPartsandComponents N_SPECIAL_WEAPONS
public static final Class9SupplyCategoryRepairPartsandComponents X_AIRCRAFT_ENGINES
public static Class9SupplyCategoryRepairPartsandComponents[] values()
for (Class9SupplyCategoryRepairPartsandComponents c : Class9SupplyCategoryRepairPartsandComponents.values()) System.out.println(c);
public static Class9SupplyCategoryRepairPartsandComponents 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 Class9SupplyCategoryRepairPartsandComponents 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 Class9SupplyCategoryRepairPartsandComponents unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static Class9SupplyCategoryRepairPartsandComponents unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()