public enum MultiFetchType extends Enum<MultiFetchType>
Modifier and Type | Field and Description |
---|---|
static MultiFetchType |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static MultiFetchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiFetchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiFetchType ENABLED
public static final MultiFetchType DISABLED
public static final MultiFetchType DEFAULT
public static MultiFetchType[] values()
for (MultiFetchType c : MultiFetchType.values()) System.out.println(c);
public static MultiFetchType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null