public enum ModuleConstants extends java.lang.Enum<ModuleConstants>
Enum Constant and Description |
---|
MODULE_CONVERSION |
MODULE_OFFSET |
MODULE_PDF |
MODULE_SUB_TYPE_OFFSET |
Modifier and Type | Method and Description |
---|---|
protected int |
getValue() |
static ModuleConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleConstants MODULE_OFFSET
public static final ModuleConstants MODULE_SUB_TYPE_OFFSET
public static final ModuleConstants MODULE_PDF
public static final ModuleConstants MODULE_CONVERSION
public static ModuleConstants[] values()
for (ModuleConstants c : ModuleConstants.values()) System.out.println(c);
public static ModuleConstants 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 nullprotected int getValue()