public enum DataBlockType extends java.lang.Enum<DataBlockType>
Modifier and Type | Method and Description |
---|---|
static DataBlockType |
fromInt(int value) |
java.lang.String |
getDescription() |
int |
getValue() |
static DataBlockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataBlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataBlockType Layr
public static final DataBlockType LMsk
public static final DataBlockType Patt
public static final DataBlockType FMsk
public static final DataBlockType Anno
public static final DataBlockType UNKNOWN
public static DataBlockType[] values()
for (DataBlockType c : DataBlockType.values()) System.out.println(c);
public static DataBlockType 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 java.lang.String getDescription()
public int getValue()
public static DataBlockType fromInt(int value)