public enum LifeFormHumanSpecificFlameThrowers extends java.lang.Enum<LifeFormHumanSpecificFlameThrowers>
Enum Constant and Description |
---|
FMW_41
FmW 41
|
HANDFLAMMPATRONE
Handflammpatrone
|
HARVEY
Harvey
|
K_PATTERN
K Pattern
|
LPO_50
LPO-50
|
M1A1
M1A1
|
M2A1_7
M2A1-7
|
M9A1_7
M9A1-7
|
MARSDEN
Marsden
|
OTHER
Other
|
PORTABLE_NO_2_ACK_PACK
Portable, No 2 Ack Pack
|
ROKS_2
ROKS-2
|
ROKS_3
ROKS-3
|
TYPE_100
Type-100
|
TYPE_93
Type-93
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormHumanSpecificFlameThrowers |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormHumanSpecificFlameThrowers |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormHumanSpecificFlameThrowers |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormHumanSpecificFlameThrowers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormHumanSpecificFlameThrowers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormHumanSpecificFlameThrowers OTHER
public static final LifeFormHumanSpecificFlameThrowers HANDFLAMMPATRONE
public static final LifeFormHumanSpecificFlameThrowers FMW_41
public static final LifeFormHumanSpecificFlameThrowers M1A1
public static final LifeFormHumanSpecificFlameThrowers M2A1_7
public static final LifeFormHumanSpecificFlameThrowers M9A1_7
public static final LifeFormHumanSpecificFlameThrowers LPO_50
public static final LifeFormHumanSpecificFlameThrowers K_PATTERN
public static final LifeFormHumanSpecificFlameThrowers PORTABLE_NO_2_ACK_PACK
public static final LifeFormHumanSpecificFlameThrowers MARSDEN
public static final LifeFormHumanSpecificFlameThrowers HARVEY
public static final LifeFormHumanSpecificFlameThrowers ROKS_2
public static final LifeFormHumanSpecificFlameThrowers ROKS_3
public static final LifeFormHumanSpecificFlameThrowers TYPE_93
public static final LifeFormHumanSpecificFlameThrowers TYPE_100
public static LifeFormHumanSpecificFlameThrowers[] values()
for (LifeFormHumanSpecificFlameThrowers c : LifeFormHumanSpecificFlameThrowers.values()) System.out.println(c);
public static LifeFormHumanSpecificFlameThrowers 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 LifeFormHumanSpecificFlameThrowers 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 LifeFormHumanSpecificFlameThrowers unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormHumanSpecificFlameThrowers unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()