public static enum AbstractPdoTest.TransactionType extends Enum<AbstractPdoTest.TransactionType>
| Enum Constant and Description |
|---|
CLASS
transaction per test class.
|
METHOD
transaction per test method.
|
NONE
no automatic transaction handling.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractPdoTest.TransactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPdoTest.TransactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPdoTest.TransactionType CLASS
public static final AbstractPdoTest.TransactionType METHOD
public static final AbstractPdoTest.TransactionType NONE
public static AbstractPdoTest.TransactionType[] values()
for (AbstractPdoTest.TransactionType c : AbstractPdoTest.TransactionType.values()) System.out.println(c);
public static AbstractPdoTest.TransactionType 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 nullTentackle - distributed, domain- and model-driven