protected static enum AbstractEntityEntry.BooleanState extends Enum<AbstractEntityEntry.BooleanState>
Enum Constant and Description |
---|
EXISTS_IN_DATABASE |
IS_BEING_REPLICATED |
LOADED_WITH_LAZY_PROPERTIES_UNFETCHED |
Modifier and Type | Method and Description |
---|---|
static AbstractEntityEntry.BooleanState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEntityEntry.BooleanState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractEntityEntry.BooleanState EXISTS_IN_DATABASE
public static final AbstractEntityEntry.BooleanState IS_BEING_REPLICATED
public static final AbstractEntityEntry.BooleanState LOADED_WITH_LAZY_PROPERTIES_UNFETCHED
public static AbstractEntityEntry.BooleanState[] values()
for (AbstractEntityEntry.BooleanState c : AbstractEntityEntry.BooleanState.values()) System.out.println(c);
public static AbstractEntityEntry.BooleanState 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 nullCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.