public enum SubcategoriesforLandCategory203Insect extends java.lang.Enum<SubcategoriesforLandCategory203Insect> implements SubCategory
Enum Constant and Description |
---|
ARMY_ANT
Army Ant, 80-89 Ant
|
BEETLE
Beetle, 1-59 Beetle/Weevil
|
CENTIPEDE
Centipede, 100-109 Centipede/Millipede
|
COCKROACH
Cockroach, 70-79 Cockroach
|
FIRE_ANT
Fire Ant
|
GRASSHOPPER
Grasshopper, 90-99 Grasshopper/Cricket/Katydid
|
MANTIS
Mantis, 60-69 Mantis
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SubcategoriesforLandCategory203Insect |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SubcategoriesforLandCategory203Insect |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SubcategoriesforLandCategory203Insect |
unmarshalEnum(java.io.DataInputStream dis) |
static SubcategoriesforLandCategory203Insect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubcategoriesforLandCategory203Insect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubcategoriesforLandCategory203Insect BEETLE
public static final SubcategoriesforLandCategory203Insect MANTIS
public static final SubcategoriesforLandCategory203Insect COCKROACH
public static final SubcategoriesforLandCategory203Insect ARMY_ANT
public static final SubcategoriesforLandCategory203Insect FIRE_ANT
public static final SubcategoriesforLandCategory203Insect GRASSHOPPER
public static final SubcategoriesforLandCategory203Insect CENTIPEDE
public static SubcategoriesforLandCategory203Insect[] values()
for (SubcategoriesforLandCategory203Insect c : SubcategoriesforLandCategory203Insect.values()) System.out.println(c);
public static SubcategoriesforLandCategory203Insect 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()
getValue
in interface SubCategory
public java.lang.String getDescription()
getDescription
in interface SubCategory
public static int getEnumBitWidth()
public static SubcategoriesforLandCategory203Insect 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 SubcategoriesforLandCategory203Insect unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SubcategoriesforLandCategory203Insect unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()