public static enum IdContext.IdState extends Enum<IdContext.IdState>
Enum Constant and Description |
---|
COMMITTED |
CONFIRMED |
CREATED |
EXECUTED |
ROLLED_BACK |
Modifier and Type | Method and Description |
---|---|
static IdContext.IdState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdContext.IdState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdContext.IdState CREATED
public static final IdContext.IdState EXECUTED
public static final IdContext.IdState COMMITTED
public static final IdContext.IdState ROLLED_BACK
public static final IdContext.IdState CONFIRMED
public static IdContext.IdState[] values()
for (IdContext.IdState c : IdContext.IdState.values()) System.out.println(c);
public static IdContext.IdState 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 © 2016. All rights reserved.