public enum Class7SupplyCategoryMajorItems extends java.lang.Enum<Class7SupplyCategoryMajorItems> implements Category
Enum Constant and Description |
---|
A_AIR_NOT_USED_AS_DESCRIBED_IN_AIR_DOMAIN
A - Air (Not used, as described in Air Domain)
|
AIR_REFUELLING_POD
Air Refuelling Pod
|
B_GROUND_SUPPORT_MATERIEL
B - Ground Support Materiel
|
CONFORMAL_FUEL_TANK
Conformal Fuel Tank
|
CONTAINER_DELIVERY_SYSTEM_CDS_AIRDROP
Container Delivery System (CDS) Airdrop
|
D_ADMIN_VEHICLES_NOT_USED_AS_DESCRIBED_IN_LAND_DOMAIN
D - Admin Vehicles (Not used, as described in Land Domain)
|
DROP_TANK
Drop Tank
|
ECM_POD
ECM Pod
|
FAIRING
Fairing
|
G_ELECTRONICS
G - Electronics
|
HEAVY_AIRDROP
Heavy Airdrop
|
J_RACKS_ADAPTORS_PYLONS
J - Racks, Adaptors, Pylons
|
K_TACTICAL_VEHICLES_NOT_USED_AS_DESCRIBED_IN_LAND_DOMAIN
K - Tactical Vehicles (Not used, as described in Land Domain)
|
L_MISSILES_NOT_USED_AS_DESCRIBED_IN_MUNITION_DOMAIN
L - Missiles (Not used, as described in Munition Domain)
|
LUGGAGE_POD
Luggage Pod
|
M_WEAPONS
M - Weapons
|
N_SPECIAL_WEAPONS
N - Special Weapons
|
OTHER
Other
|
PARA_DROGUE
Para-Drogue
|
ROCKET_POD_LAUNCHER
Rocket Pod/Launcher
|
TACTICAL_POD
Tactical Pod
|
TARGETING_POD
Targeting Pod
|
X_AIRCRAFT_ENGINES
X - Aircraft Engines
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static Class7SupplyCategoryMajorItems |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static Class7SupplyCategoryMajorItems |
unmarshalEnum(java.nio.ByteBuffer buff) |
static Class7SupplyCategoryMajorItems |
unmarshalEnum(java.io.DataInputStream dis) |
static Class7SupplyCategoryMajorItems |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Class7SupplyCategoryMajorItems[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Class7SupplyCategoryMajorItems OTHER
public static final Class7SupplyCategoryMajorItems A_AIR_NOT_USED_AS_DESCRIBED_IN_AIR_DOMAIN
public static final Class7SupplyCategoryMajorItems B_GROUND_SUPPORT_MATERIEL
public static final Class7SupplyCategoryMajorItems D_ADMIN_VEHICLES_NOT_USED_AS_DESCRIBED_IN_LAND_DOMAIN
public static final Class7SupplyCategoryMajorItems G_ELECTRONICS
public static final Class7SupplyCategoryMajorItems J_RACKS_ADAPTORS_PYLONS
public static final Class7SupplyCategoryMajorItems K_TACTICAL_VEHICLES_NOT_USED_AS_DESCRIBED_IN_LAND_DOMAIN
public static final Class7SupplyCategoryMajorItems L_MISSILES_NOT_USED_AS_DESCRIBED_IN_MUNITION_DOMAIN
public static final Class7SupplyCategoryMajorItems M_WEAPONS
public static final Class7SupplyCategoryMajorItems N_SPECIAL_WEAPONS
public static final Class7SupplyCategoryMajorItems X_AIRCRAFT_ENGINES
public static final Class7SupplyCategoryMajorItems DROP_TANK
public static final Class7SupplyCategoryMajorItems CONFORMAL_FUEL_TANK
public static final Class7SupplyCategoryMajorItems LUGGAGE_POD
public static final Class7SupplyCategoryMajorItems ECM_POD
public static final Class7SupplyCategoryMajorItems PARA_DROGUE
public static final Class7SupplyCategoryMajorItems TARGETING_POD
public static final Class7SupplyCategoryMajorItems FAIRING
public static final Class7SupplyCategoryMajorItems AIR_REFUELLING_POD
public static final Class7SupplyCategoryMajorItems HEAVY_AIRDROP
public static final Class7SupplyCategoryMajorItems CONTAINER_DELIVERY_SYSTEM_CDS_AIRDROP
public static final Class7SupplyCategoryMajorItems ROCKET_POD_LAUNCHER
public static final Class7SupplyCategoryMajorItems TACTICAL_POD
public static Class7SupplyCategoryMajorItems[] values()
for (Class7SupplyCategoryMajorItems c : Class7SupplyCategoryMajorItems.values()) System.out.println(c);
public static Class7SupplyCategoryMajorItems 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 Class7SupplyCategoryMajorItems 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 Class7SupplyCategoryMajorItems unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static Class7SupplyCategoryMajorItems unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()