public enum LifeFormHumanSpecificHighPowerRifles extends java.lang.Enum<LifeFormHumanSpecificHighPowerRifles>
Enum Constant and Description |
---|
$762MM_HK417
7.62mm HK417
|
$762MM_HK417_16_RECCE
7.62mm HK417 16" Recce
|
$762MM_M14
7.62mm M14
|
$762MM_MOSIN_NAGANT_MODEL_1891_30
7.62mm Mosin-Nagant Model 1891/30
|
$762MM_REMINGTON_700
7.62mm Remington 700
|
$762MM_SIG_SAUER_SSG_2000
7.62mm SIG-Sauer SSG-2000
|
$762MM_STONER_SR_25
7.62mm Stoner SR-25
|
$765MM_BAR_M1918
7.65mm BAR M1918
|
$765MM_M1_GARAND
7.65mm M1 Garand
|
OTHER
Other
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormHumanSpecificHighPowerRifles |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormHumanSpecificHighPowerRifles |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormHumanSpecificHighPowerRifles |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormHumanSpecificHighPowerRifles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormHumanSpecificHighPowerRifles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormHumanSpecificHighPowerRifles OTHER
public static final LifeFormHumanSpecificHighPowerRifles $762MM_M14
public static final LifeFormHumanSpecificHighPowerRifles $762MM_REMINGTON_700
public static final LifeFormHumanSpecificHighPowerRifles $762MM_SIG_SAUER_SSG_2000
public static final LifeFormHumanSpecificHighPowerRifles $762MM_STONER_SR_25
public static final LifeFormHumanSpecificHighPowerRifles $762MM_MOSIN_NAGANT_MODEL_1891_30
public static final LifeFormHumanSpecificHighPowerRifles $762MM_HK417
public static final LifeFormHumanSpecificHighPowerRifles $762MM_HK417_16_RECCE
public static final LifeFormHumanSpecificHighPowerRifles $765MM_BAR_M1918
public static final LifeFormHumanSpecificHighPowerRifles $765MM_M1_GARAND
public static LifeFormHumanSpecificHighPowerRifles[] values()
for (LifeFormHumanSpecificHighPowerRifles c : LifeFormHumanSpecificHighPowerRifles.values()) System.out.println(c);
public static LifeFormHumanSpecificHighPowerRifles 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 LifeFormHumanSpecificHighPowerRifles 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 LifeFormHumanSpecificHighPowerRifles unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormHumanSpecificHighPowerRifles unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()