public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains extends java.lang.Enum<AnimalLifeformGroupSizeRangeEnumerationforallDomains>
Enum Constant and Description |
---|
NUMBER_OF_ANIMALS_RANGE_FROM_1_000_TO_1_499
Number of animals range from 1,000 to 1,499
|
NUMBER_OF_ANIMALS_RANGE_FROM_1_500_TO_1_999
Number of animals range from 1,500 to 1,999
|
NUMBER_OF_ANIMALS_RANGE_FROM_10_000_TO_19_999
Number of animals range from 10,000 to 19,999
|
NUMBER_OF_ANIMALS_RANGE_FROM_2_000_TO_2_999
Number of animals range from 2,000 to 2,999
|
NUMBER_OF_ANIMALS_RANGE_FROM_20_000_TO_50_000
Number of animals range from 20,000 to 50,000
|
NUMBER_OF_ANIMALS_RANGE_FROM_201_TO_249
Number of animals range from 201 to 249
|
NUMBER_OF_ANIMALS_RANGE_FROM_250_TO_299
Number of animals range from 250 to 299
|
NUMBER_OF_ANIMALS_RANGE_FROM_3_000_TO_4_999
Number of animals range from 3,000 to 4,999
|
NUMBER_OF_ANIMALS_RANGE_FROM_300_TO_399
Number of animals range from 300 to 399
|
NUMBER_OF_ANIMALS_RANGE_FROM_400_TO_499
Number of animals range from 400 to 499
|
NUMBER_OF_ANIMALS_RANGE_FROM_5_000_TO_6_999
Number of animals range from 5,000 to 6,999
|
NUMBER_OF_ANIMALS_RANGE_FROM_500_TO_999
Number of animals range from 500 to 999
|
NUMBER_OF_ANIMALS_RANGE_FROM_7_000_TO_9_999
Number of animals range from 7,000 to 9,999
|
NUMBER_OF_ANIMALS_RANGE_GREATER_THAN_50_000
Number of animals range greater than 50,000
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static AnimalLifeformGroupSizeRangeEnumerationforallDomains |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static AnimalLifeformGroupSizeRangeEnumerationforallDomains |
unmarshalEnum(java.nio.ByteBuffer buff) |
static AnimalLifeformGroupSizeRangeEnumerationforallDomains |
unmarshalEnum(java.io.DataInputStream dis) |
static AnimalLifeformGroupSizeRangeEnumerationforallDomains |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnimalLifeformGroupSizeRangeEnumerationforallDomains[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_201_TO_249
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_250_TO_299
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_300_TO_399
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_400_TO_499
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_500_TO_999
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_1_000_TO_1_499
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_1_500_TO_1_999
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_2_000_TO_2_999
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_3_000_TO_4_999
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_5_000_TO_6_999
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_7_000_TO_9_999
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_10_000_TO_19_999
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_FROM_20_000_TO_50_000
public static final AnimalLifeformGroupSizeRangeEnumerationforallDomains NUMBER_OF_ANIMALS_RANGE_GREATER_THAN_50_000
public static AnimalLifeformGroupSizeRangeEnumerationforallDomains[] values()
for (AnimalLifeformGroupSizeRangeEnumerationforallDomains c : AnimalLifeformGroupSizeRangeEnumerationforallDomains.values()) System.out.println(c);
public static AnimalLifeformGroupSizeRangeEnumerationforallDomains 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 AnimalLifeformGroupSizeRangeEnumerationforallDomains 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 AnimalLifeformGroupSizeRangeEnumerationforallDomains unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static AnimalLifeformGroupSizeRangeEnumerationforallDomains unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()