public enum SubcategoriesforLandCategory206Marsupial extends java.lang.Enum<SubcategoriesforLandCategory206Marsupial>
Enum Constant and Description |
---|
BROWN_FOUR_EYED_OPOSSUM
Brown Four-Eyed Opossum, 1-89 Opossum
|
BRUSH_TAILED_ROCK_WALLABY
Brush-Tailed Rock-Wallaby, 150-199 Wallabies, Wallaroos and Kangaroos
|
BRUSHTAIL_POSSUM
Brushtail Possum, 210-249 Possums, Gliders, and Cuscus
|
BUSHY_TAILED_OPOSSUM
Bushy-Tailed Opossum
|
EASTERN_WALLAROO
Eastern Wallaroo
|
GREATER_BILBY
Greater Bilby, 100-109 Bandicoots and Bilbies
|
QUEENSLAND_KOALA
Queensland Koala, 200-204 Koalas
|
RED_KANGAROO
Red Kangaroo
|
SOUTHERN_HAIRY_NOSED_WOMBAT
Southern Hairy-Nosed Wombat, 205-209 Wombats
|
SUGAR_GLIDER
Sugar Glider
|
TASMANIAN_DEVIL
Tasmanian Devil, 110-149 Carnivorous Marsupials
|
TATES_SHREW_OPOSSUM
Tate's Shrew Opossum, 90-99 Shrew Opossum
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SubcategoriesforLandCategory206Marsupial |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SubcategoriesforLandCategory206Marsupial |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SubcategoriesforLandCategory206Marsupial |
unmarshalEnum(java.io.DataInputStream dis) |
static SubcategoriesforLandCategory206Marsupial |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubcategoriesforLandCategory206Marsupial[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubcategoriesforLandCategory206Marsupial BROWN_FOUR_EYED_OPOSSUM
public static final SubcategoriesforLandCategory206Marsupial BUSHY_TAILED_OPOSSUM
public static final SubcategoriesforLandCategory206Marsupial TATES_SHREW_OPOSSUM
public static final SubcategoriesforLandCategory206Marsupial GREATER_BILBY
public static final SubcategoriesforLandCategory206Marsupial TASMANIAN_DEVIL
public static final SubcategoriesforLandCategory206Marsupial BRUSH_TAILED_ROCK_WALLABY
public static final SubcategoriesforLandCategory206Marsupial EASTERN_WALLAROO
public static final SubcategoriesforLandCategory206Marsupial RED_KANGAROO
public static final SubcategoriesforLandCategory206Marsupial QUEENSLAND_KOALA
public static final SubcategoriesforLandCategory206Marsupial SOUTHERN_HAIRY_NOSED_WOMBAT
public static final SubcategoriesforLandCategory206Marsupial BRUSHTAIL_POSSUM
public static final SubcategoriesforLandCategory206Marsupial SUGAR_GLIDER
public static SubcategoriesforLandCategory206Marsupial[] values()
for (SubcategoriesforLandCategory206Marsupial c : SubcategoriesforLandCategory206Marsupial.values()) System.out.println(c);
public static SubcategoriesforLandCategory206Marsupial 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 SubcategoriesforLandCategory206Marsupial 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 SubcategoriesforLandCategory206Marsupial unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SubcategoriesforLandCategory206Marsupial unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()