public static enum PropertyEnums.FETCH_MODE extends java.lang.Enum<PropertyEnums.FETCH_MODE>
| Enum Constant and Description |
|---|
FETCH_ALL |
FETCH_AS_NEEDED |
FETCH_DEFAULT |
FETCH_UNINITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
abstract byte |
getValue() |
static PropertyEnums.FETCH_MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyEnums.FETCH_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyEnums.FETCH_MODE FETCH_UNINITIALIZED
public static final PropertyEnums.FETCH_MODE FETCH_AS_NEEDED
public static final PropertyEnums.FETCH_MODE FETCH_ALL
public static final PropertyEnums.FETCH_MODE FETCH_DEFAULT
public static PropertyEnums.FETCH_MODE[] values()
for (PropertyEnums.FETCH_MODE c : PropertyEnums.FETCH_MODE.values()) System.out.println(c);
public static PropertyEnums.FETCH_MODE 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 abstract byte getValue()