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