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