public static enum RequiredExtractor.EnumType extends java.lang.Enum<RequiredExtractor.EnumType>
Enum Constant and Description |
---|
CONSTANT |
ITEM |
ITEM_FROM_BLOCK |
ITEMS_LIST |
TANK |
Modifier and Type | Field and Description |
---|---|
java.lang.Class<? extends RequiredExtractor> |
clazz |
Modifier and Type | Method and Description |
---|---|
static RequiredExtractor.EnumType |
byName(java.lang.String name) |
java.lang.String |
getName() |
static RequiredExtractor.EnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequiredExtractor.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequiredExtractor.EnumType CONSTANT
public static final RequiredExtractor.EnumType ITEM_FROM_BLOCK
public static final RequiredExtractor.EnumType ITEM
public static final RequiredExtractor.EnumType ITEMS_LIST
public static final RequiredExtractor.EnumType TANK
public final java.lang.Class<? extends RequiredExtractor> clazz
public static RequiredExtractor.EnumType[] values()
for (RequiredExtractor.EnumType c : RequiredExtractor.EnumType.values()) System.out.println(c);
public static RequiredExtractor.EnumType 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 getName()
public static RequiredExtractor.EnumType byName(java.lang.String name)