public enum LifeFormHumanSubcategoryEquipmentClass extends java.lang.Enum<LifeFormHumanSubcategoryEquipmentClass>
Enum Constant and Description |
---|
ANIMAL_COMPANION
Animal Companion, Subcategories 160-169 are restricted to animal companion classes.
|
ANTI_MATERIEL_RIFLE_AMR_2
LifeFormHumanSpecificAntiMaterielRifles
|
ANTI_TANK_GUNS
Anti-Tank Guns
|
ANTI_TANK_MISSILES_2
LifeFormHumanSpecificAntiTankMissiles
|
ANTI_TANK_ROCKETS_2
LifeFormHumanSpecificAntiTankRockets
|
ASSAULT_RIFLES_2
LifeFormHumanSpecificAssaultRifles
|
DRONE_GUNS_2
LifeFormHumanSpecificDroneGuns
|
EQUIPMENT_NON_SPECIFIC
Equipment, Non-specific, Subcategories 150-199 are restricted to non-weapon equipment classes.
|
FLAME_ROCKETS_2
LifeFormHumanSpecificFlameRockets
|
FLAME_THROWERS_2
LifeFormHumanSpecificFlameThrowers
|
GRENADE_LAUNCHERS_2
LifeFormHumanSpecificGrenadeLaunchers
|
GRENADE_LAUNCHING_MACHINE_GUN_2
LifeFormHumanSpecificGrenadeLaunchingMachineGun
|
HAND_GUNS_2
LifeFormHumanSpecificHandGuns
|
HIGH_POWER_RIFLES_2
LifeFormHumanSpecificHighPowerRifles
|
MACHINE_GUNS_2
LifeFormHumanSpecificMachineGuns
|
MAN_PORTABLE_AIR_DEFENSE_SYSTEM_MANPADS_2
LifeFormHumanSpecificManPortableAirDefenseSystem
|
MORTARS_2
LifeFormHumanSpecificMortars
|
NONE
None
|
RECOILLESS_RIFLES_2
LifeFormHumanSpecificRecoillessRifles
|
ROCKET_LAUNCHERS
Rocket Launchers
|
SENSORS
Sensors, Subcategories 151-159 are restricted to sensor equipment classes.
|
SHOT_GUNS_2
LifeFormHumanSpecificShotGuns
|
SIGNAL_SENSOR_2
LifeFormHumanSpecificEquipmentClass
|
SNIPER_RIFLES_2
LifeFormHumanSpecificSniper
|
SUB_MACHINE_GUNS_2
LifeFormHumanSpecificSubMachineGun
|
WEAPON_NON_SPECIFIC_2
LifeFormHumanSpecificWeaponNonspecific
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormHumanSubcategoryEquipmentClass |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormHumanSubcategoryEquipmentClass |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormHumanSubcategoryEquipmentClass |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormHumanSubcategoryEquipmentClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormHumanSubcategoryEquipmentClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormHumanSubcategoryEquipmentClass NONE
public static final LifeFormHumanSubcategoryEquipmentClass WEAPON_NON_SPECIFIC_2
public static final LifeFormHumanSubcategoryEquipmentClass ASSAULT_RIFLES_2
public static final LifeFormHumanSubcategoryEquipmentClass HIGH_POWER_RIFLES_2
public static final LifeFormHumanSubcategoryEquipmentClass SNIPER_RIFLES_2
public static final LifeFormHumanSubcategoryEquipmentClass ANTI_MATERIEL_RIFLE_AMR_2
public static final LifeFormHumanSubcategoryEquipmentClass SUB_MACHINE_GUNS_2
public static final LifeFormHumanSubcategoryEquipmentClass SHOT_GUNS_2
public static final LifeFormHumanSubcategoryEquipmentClass GRENADE_LAUNCHERS_2
public static final LifeFormHumanSubcategoryEquipmentClass MACHINE_GUNS_2
public static final LifeFormHumanSubcategoryEquipmentClass GRENADE_LAUNCHING_MACHINE_GUN_2
public static final LifeFormHumanSubcategoryEquipmentClass ANTI_TANK_ROCKETS_2
public static final LifeFormHumanSubcategoryEquipmentClass ANTI_TANK_MISSILES_2
public static final LifeFormHumanSubcategoryEquipmentClass ANTI_TANK_GUNS
public static final LifeFormHumanSubcategoryEquipmentClass FLAME_ROCKETS_2
public static final LifeFormHumanSubcategoryEquipmentClass FLAME_THROWERS_2
public static final LifeFormHumanSubcategoryEquipmentClass ROCKET_LAUNCHERS
public static final LifeFormHumanSubcategoryEquipmentClass MORTARS_2
public static final LifeFormHumanSubcategoryEquipmentClass HAND_GUNS_2
public static final LifeFormHumanSubcategoryEquipmentClass MAN_PORTABLE_AIR_DEFENSE_SYSTEM_MANPADS_2
public static final LifeFormHumanSubcategoryEquipmentClass RECOILLESS_RIFLES_2
public static final LifeFormHumanSubcategoryEquipmentClass DRONE_GUNS_2
public static final LifeFormHumanSubcategoryEquipmentClass EQUIPMENT_NON_SPECIFIC
public static final LifeFormHumanSubcategoryEquipmentClass SENSORS
public static final LifeFormHumanSubcategoryEquipmentClass SIGNAL_SENSOR_2
public static final LifeFormHumanSubcategoryEquipmentClass ANIMAL_COMPANION
public static LifeFormHumanSubcategoryEquipmentClass[] values()
for (LifeFormHumanSubcategoryEquipmentClass c : LifeFormHumanSubcategoryEquipmentClass.values()) System.out.println(c);
public static LifeFormHumanSubcategoryEquipmentClass 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 int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static LifeFormHumanSubcategoryEquipmentClass 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 LifeFormHumanSubcategoryEquipmentClass unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormHumanSubcategoryEquipmentClass unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()