public enum SubcategoriesforLandCategory201Reptile extends java.lang.Enum<SubcategoriesforLandCategory201Reptile> implements SubCategory
Enum Constant and Description |
---|
AMERICAN_ALLIGATOR
American Alligator, 120-149 Crocodilian
|
AUSTRALIAN_BROWN_SNAKE
Australian Brown Snake
|
AUSTRALIAN_FRESHWATER_CROCODILE
Australian Freshwater Crocodile
|
BOA
Boa
|
BULLSNAKE
Bullsnake
|
CHAMELEON
Chameleon
|
COBRA
Cobra
|
COPPERHEAD
Copperhead
|
COTTONMOUTH
Cottonmouth
|
CROCODILE
Crocodile
|
GECKO
Gecko
|
IGUANA
Iguana
|
KINGSNAKE
Kingsnake
|
MONITOR
Monitor
|
NEW_ZEALAND_NORTHERN_TUATARA
New Zealand Northern Tuatara, 1-29 Lizard/tuatara
|
NON_VENOMOUS_SNAKE
Non-Venomous Snake, 30-59 Non-venomous snake
|
PYTHON
Python
|
RATTLESNAKE
Rattlesnake
|
TAIPAN
Taipan
|
TORTOISE
Tortoise, 90-119 Turtle/Tortoise
|
TURTLE
Turtle
|
VENOMOUS_SNAKE
Venomous Snake, 60-89 Venomous snake
|
VIPER
Viper
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SubcategoriesforLandCategory201Reptile |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SubcategoriesforLandCategory201Reptile |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SubcategoriesforLandCategory201Reptile |
unmarshalEnum(java.io.DataInputStream dis) |
static SubcategoriesforLandCategory201Reptile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubcategoriesforLandCategory201Reptile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubcategoriesforLandCategory201Reptile NEW_ZEALAND_NORTHERN_TUATARA
public static final SubcategoriesforLandCategory201Reptile MONITOR
public static final SubcategoriesforLandCategory201Reptile GECKO
public static final SubcategoriesforLandCategory201Reptile IGUANA
public static final SubcategoriesforLandCategory201Reptile CHAMELEON
public static final SubcategoriesforLandCategory201Reptile NON_VENOMOUS_SNAKE
public static final SubcategoriesforLandCategory201Reptile BOA
public static final SubcategoriesforLandCategory201Reptile PYTHON
public static final SubcategoriesforLandCategory201Reptile BULLSNAKE
public static final SubcategoriesforLandCategory201Reptile KINGSNAKE
public static final SubcategoriesforLandCategory201Reptile VENOMOUS_SNAKE
public static final SubcategoriesforLandCategory201Reptile RATTLESNAKE
public static final SubcategoriesforLandCategory201Reptile COPPERHEAD
public static final SubcategoriesforLandCategory201Reptile COTTONMOUTH
public static final SubcategoriesforLandCategory201Reptile TAIPAN
public static final SubcategoriesforLandCategory201Reptile VIPER
public static final SubcategoriesforLandCategory201Reptile COBRA
public static final SubcategoriesforLandCategory201Reptile AUSTRALIAN_BROWN_SNAKE
public static final SubcategoriesforLandCategory201Reptile TORTOISE
public static final SubcategoriesforLandCategory201Reptile TURTLE
public static final SubcategoriesforLandCategory201Reptile AMERICAN_ALLIGATOR
public static final SubcategoriesforLandCategory201Reptile CROCODILE
public static final SubcategoriesforLandCategory201Reptile AUSTRALIAN_FRESHWATER_CROCODILE
public static SubcategoriesforLandCategory201Reptile[] values()
for (SubcategoriesforLandCategory201Reptile c : SubcategoriesforLandCategory201Reptile.values()) System.out.println(c);
public static SubcategoriesforLandCategory201Reptile 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 SubcategoriesforLandCategory201Reptile 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 SubcategoriesforLandCategory201Reptile unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SubcategoriesforLandCategory201Reptile unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()