public static enum AbstractSaveEventListener.EntityState extends Enum<AbstractSaveEventListener.EntityState>
Enum Constant and Description |
---|
DELETED |
DETACHED |
PERSISTENT |
TRANSIENT |
Modifier and Type | Method and Description |
---|---|
static AbstractSaveEventListener.EntityState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSaveEventListener.EntityState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSaveEventListener.EntityState PERSISTENT
public static final AbstractSaveEventListener.EntityState TRANSIENT
public static final AbstractSaveEventListener.EntityState DETACHED
public static final AbstractSaveEventListener.EntityState DELETED
public static AbstractSaveEventListener.EntityState[] values()
for (AbstractSaveEventListener.EntityState c : AbstractSaveEventListener.EntityState.values()) System.out.println(c);
public static AbstractSaveEventListener.EntityState 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.