public enum GrouperRollbackType extends Enum<GrouperRollbackType>
| Enum Constant and Description |
|---|
ROLLBACK_IF_NEW_TRANSACTION
only rollback if this is a new transaction
|
ROLLBACK_NOW
always rollback right now
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperRollbackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperRollbackType |
valueOfIgnoreCase(String string)
do a case-insensitive matching
|
static GrouperRollbackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperRollbackType ROLLBACK_NOW
public static final GrouperRollbackType ROLLBACK_IF_NEW_TRANSACTION
public static GrouperRollbackType[] values()
for (GrouperRollbackType c : GrouperRollbackType.values()) System.out.println(c);
public static GrouperRollbackType 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 static GrouperRollbackType valueOfIgnoreCase(String string)
string - Copyright © 2016 Internet2. All rights reserved.