public enum SubcategoriesforAirCategory201Insect extends java.lang.Enum<SubcategoriesforAirCategory201Insect> implements SubCategory
Enum Constant and Description |
---|
BEE
Bee, 50-59 Bee
|
BEETLE
Beetle, 60-69 Beetle
|
BUTTERFLY
Butterfly
|
DRAGONFLY
Dragonfly, 70-79 Dragonfly/Damselfly
|
FLY
Fly, 20-29 Fly/Midge
|
LOCUST
Locust, 80-89 Locust
|
MOSQUITO
Mosquito, 30-39 Mosquito/Gnat
|
MOTH
Moth, 1-19 Moth/Butterfly
|
WASP
Wasp, 40-49 Wasp/Hornet
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SubcategoriesforAirCategory201Insect |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SubcategoriesforAirCategory201Insect |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SubcategoriesforAirCategory201Insect |
unmarshalEnum(java.io.DataInputStream dis) |
static SubcategoriesforAirCategory201Insect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubcategoriesforAirCategory201Insect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubcategoriesforAirCategory201Insect MOTH
public static final SubcategoriesforAirCategory201Insect BUTTERFLY
public static final SubcategoriesforAirCategory201Insect FLY
public static final SubcategoriesforAirCategory201Insect MOSQUITO
public static final SubcategoriesforAirCategory201Insect WASP
public static final SubcategoriesforAirCategory201Insect BEE
public static final SubcategoriesforAirCategory201Insect BEETLE
public static final SubcategoriesforAirCategory201Insect DRAGONFLY
public static final SubcategoriesforAirCategory201Insect LOCUST
public static SubcategoriesforAirCategory201Insect[] values()
for (SubcategoriesforAirCategory201Insect c : SubcategoriesforAirCategory201Insect.values()) System.out.println(c);
public static SubcategoriesforAirCategory201Insect 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 SubcategoriesforAirCategory201Insect 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 SubcategoriesforAirCategory201Insect unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SubcategoriesforAirCategory201Insect unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()