public enum AddVariantsforLandCategory200Mammal extends java.lang.Enum<AddVariantsforLandCategory200Mammal>
Enum Constant and Description |
---|
ANIMAL_HARNESSED_TO_A_CART
Animal Harnessed to a Cart
|
ANIMAL_HARNESSED_TO_A_PLOW
Animal Harnessed to a Plow
|
ANIMAL_WITH_A_FEMALE_CHILD_RIDER
Animal with a Female Child Rider
|
ANIMAL_WITH_A_MALE_CHILD_RIDER
Animal with a Male Child Rider
|
ANIMAL_WITH_AN_ADULT_FEMALE_RIDER
Animal with an Adult Female Rider
|
ANIMAL_WITH_AN_ADULT_MALE_RIDER
Animal with an Adult Male Rider
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static AddVariantsforLandCategory200Mammal |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static AddVariantsforLandCategory200Mammal |
unmarshalEnum(java.nio.ByteBuffer buff) |
static AddVariantsforLandCategory200Mammal |
unmarshalEnum(java.io.DataInputStream dis) |
static AddVariantsforLandCategory200Mammal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddVariantsforLandCategory200Mammal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddVariantsforLandCategory200Mammal ANIMAL_WITH_A_MALE_CHILD_RIDER
public static final AddVariantsforLandCategory200Mammal ANIMAL_WITH_A_FEMALE_CHILD_RIDER
public static final AddVariantsforLandCategory200Mammal ANIMAL_WITH_AN_ADULT_MALE_RIDER
public static final AddVariantsforLandCategory200Mammal ANIMAL_WITH_AN_ADULT_FEMALE_RIDER
public static final AddVariantsforLandCategory200Mammal ANIMAL_HARNESSED_TO_A_PLOW
public static final AddVariantsforLandCategory200Mammal ANIMAL_HARNESSED_TO_A_CART
public static AddVariantsforLandCategory200Mammal[] values()
for (AddVariantsforLandCategory200Mammal c : AddVariantsforLandCategory200Mammal.values()) System.out.println(c);
public static AddVariantsforLandCategory200Mammal 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 AddVariantsforLandCategory200Mammal 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 AddVariantsforLandCategory200Mammal unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static AddVariantsforLandCategory200Mammal unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()