public enum SubcategoriesforSubsurfaceCategory204Insect extends java.lang.Enum<SubcategoriesforSubsurfaceCategory204Insect> implements SubCategory
Enum Constant and Description |
---|
SEA_SKATER
Sea Skater
|
WATER_BEETLE
Water Beetle
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SubcategoriesforSubsurfaceCategory204Insect |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SubcategoriesforSubsurfaceCategory204Insect |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SubcategoriesforSubsurfaceCategory204Insect |
unmarshalEnum(java.io.DataInputStream dis) |
static SubcategoriesforSubsurfaceCategory204Insect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubcategoriesforSubsurfaceCategory204Insect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubcategoriesforSubsurfaceCategory204Insect SEA_SKATER
public static final SubcategoriesforSubsurfaceCategory204Insect WATER_BEETLE
public static SubcategoriesforSubsurfaceCategory204Insect[] values()
for (SubcategoriesforSubsurfaceCategory204Insect c : SubcategoriesforSubsurfaceCategory204Insect.values()) System.out.println(c);
public static SubcategoriesforSubsurfaceCategory204Insect 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 SubcategoriesforSubsurfaceCategory204Insect 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 SubcategoriesforSubsurfaceCategory204Insect unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SubcategoriesforSubsurfaceCategory204Insect unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()