public enum IsGroupOfGroupedEntityCategory extends java.lang.Enum<IsGroupOfGroupedEntityCategory> implements Category
Enum Constant and Description |
---|
BASIC_FIXED_WING_AIRCRAFT
Basic Fixed Wing Aircraft
|
BASIC_GROUND_COMBAT_SOLDIER
Basic Ground Combat Soldier
|
BASIC_GROUND_COMBAT_VEHICLE
Basic Ground Combat Vehicle
|
BASIC_ROTOR_WING_AIRCRAFT
Basic Rotor Wing Aircraft
|
ENHANCED_FIXED_WING_AIRCRAFT
Enhanced Fixed Wing Aircraft
|
ENHANCED_GROUND_COMBAT_SOLDIER
Enhanced Ground Combat Soldier
|
ENHANCED_GROUND_COMBAT_VEHICLE
Enhanced Ground Combat Vehicle
|
ENHANCED_ROTOR_WING_AIRCRAFT
Enhanced Rotor Wing Aircraft
|
GROUND_LOGISTICS_VEHICLE
Ground Logistics Vehicle
|
UNDEFINED
Undefined
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static IsGroupOfGroupedEntityCategory |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static IsGroupOfGroupedEntityCategory |
unmarshalEnum(java.nio.ByteBuffer buff) |
static IsGroupOfGroupedEntityCategory |
unmarshalEnum(java.io.DataInputStream dis) |
static IsGroupOfGroupedEntityCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IsGroupOfGroupedEntityCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsGroupOfGroupedEntityCategory UNDEFINED
public static final IsGroupOfGroupedEntityCategory BASIC_GROUND_COMBAT_VEHICLE
public static final IsGroupOfGroupedEntityCategory ENHANCED_GROUND_COMBAT_VEHICLE
public static final IsGroupOfGroupedEntityCategory BASIC_GROUND_COMBAT_SOLDIER
public static final IsGroupOfGroupedEntityCategory ENHANCED_GROUND_COMBAT_SOLDIER
public static final IsGroupOfGroupedEntityCategory BASIC_ROTOR_WING_AIRCRAFT
public static final IsGroupOfGroupedEntityCategory ENHANCED_ROTOR_WING_AIRCRAFT
public static final IsGroupOfGroupedEntityCategory BASIC_FIXED_WING_AIRCRAFT
public static final IsGroupOfGroupedEntityCategory ENHANCED_FIXED_WING_AIRCRAFT
public static final IsGroupOfGroupedEntityCategory GROUND_LOGISTICS_VEHICLE
public static IsGroupOfGroupedEntityCategory[] values()
for (IsGroupOfGroupedEntityCategory c : IsGroupOfGroupedEntityCategory.values()) System.out.println(c);
public static IsGroupOfGroupedEntityCategory 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 IsGroupOfGroupedEntityCategory 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 IsGroupOfGroupedEntityCategory unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static IsGroupOfGroupedEntityCategory unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()