public static enum Entity.PersistentState extends Enum<Entity.PersistentState>
Enum Constant and Description |
---|
CHANGING |
DELETING |
NEW |
NOT_EXISTS |
PERSISTENT |
RELEASING |
TEMPORAL_INVALID |
Modifier and Type | Method and Description |
---|---|
boolean |
isChangeState() |
static Entity.PersistentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entity.PersistentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.PersistentState NEW
public static final Entity.PersistentState PERSISTENT
public static final Entity.PersistentState CHANGING
public static final Entity.PersistentState DELETING
public static final Entity.PersistentState RELEASING
public static final Entity.PersistentState NOT_EXISTS
public static final Entity.PersistentState TEMPORAL_INVALID
public static Entity.PersistentState[] values()
for (Entity.PersistentState c : Entity.PersistentState.values()) System.out.println(c);
public static Entity.PersistentState 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 nullpublic boolean isChangeState()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500