public static enum JUnitConnectionImpl.CommitMode extends java.lang.Enum<JUnitConnectionImpl.CommitMode>
| Enum Constant and Description |
|---|
COMMIT_AND_ERROR |
NO_COMMIT_ERROR |
NORMAL |
ROLLBACK_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static JUnitConnectionImpl.CommitMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JUnitConnectionImpl.CommitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JUnitConnectionImpl.CommitMode NORMAL
public static final JUnitConnectionImpl.CommitMode COMMIT_AND_ERROR
public static final JUnitConnectionImpl.CommitMode NO_COMMIT_ERROR
public static final JUnitConnectionImpl.CommitMode ROLLBACK_ERROR
public static JUnitConnectionImpl.CommitMode[] values()
for (JUnitConnectionImpl.CommitMode c : JUnitConnectionImpl.CommitMode.values()) System.out.println(c);
public static JUnitConnectionImpl.CommitMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.