public enum Class12SupplyCategorySlingLoadsNonDoctrinal extends java.lang.Enum<Class12SupplyCategorySlingLoadsNonDoctrinal> implements Category
Enum Constant and Description |
---|
OTHER
Other
|
SLING_LOAD_BLADDER
Sling Load, Bladder
|
SLING_LOAD_BLIVET
Sling Load, Blivet
|
SLING_LOAD_COLLAPSIBLE
Sling Load, Collapsible
|
SLING_LOAD_CRATE
Sling Load, Crate
|
SLING_LOAD_HELICOPTERS
Sling Load, Helicopters
|
SLING_LOAD_HOIST
Sling Load, Hoist
|
SLING_LOAD_HOWITZER
Sling Load, Howitzer
|
SLING_LOAD_PALLET_OF_CRATES
Sling Load, Pallet of Crates
|
SLING_LOAD_VEHICLES
Sling Load, Vehicles
|
SLING_LOAD_WATER_BUCKET
Sling Load, Water Bucket
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static Class12SupplyCategorySlingLoadsNonDoctrinal |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static Class12SupplyCategorySlingLoadsNonDoctrinal |
unmarshalEnum(java.nio.ByteBuffer buff) |
static Class12SupplyCategorySlingLoadsNonDoctrinal |
unmarshalEnum(java.io.DataInputStream dis) |
static Class12SupplyCategorySlingLoadsNonDoctrinal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Class12SupplyCategorySlingLoadsNonDoctrinal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Class12SupplyCategorySlingLoadsNonDoctrinal OTHER
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_BLIVET
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_CRATE
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_WATER_BUCKET
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_VEHICLES
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_HOWITZER
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_COLLAPSIBLE
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_BLADDER
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_PALLET_OF_CRATES
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_HELICOPTERS
public static final Class12SupplyCategorySlingLoadsNonDoctrinal SLING_LOAD_HOIST
public static Class12SupplyCategorySlingLoadsNonDoctrinal[] values()
for (Class12SupplyCategorySlingLoadsNonDoctrinal c : Class12SupplyCategorySlingLoadsNonDoctrinal.values()) System.out.println(c);
public static Class12SupplyCategorySlingLoadsNonDoctrinal 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 Class12SupplyCategorySlingLoadsNonDoctrinal 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 Class12SupplyCategorySlingLoadsNonDoctrinal unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static Class12SupplyCategorySlingLoadsNonDoctrinal unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()