public static enum TransactionManager.Exists extends Enum<TransactionManager.Exists>
| Modifier and Type | Method and Description |
|---|---|
static TransactionManager.Exists |
toExists(String s) |
String |
toString() |
static TransactionManager.Exists |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionManager.Exists[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionManager.Exists NO
public static final TransactionManager.Exists YES
public static final TransactionManager.Exists NOLONGER
public static final TransactionManager.Exists UNDEFINED
public static TransactionManager.Exists[] values()
for (TransactionManager.Exists c : TransactionManager.Exists.values()) System.out.println(c);
public static TransactionManager.Exists 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 String toString()
toString in class Enum<TransactionManager.Exists>public static TransactionManager.Exists toExists(String s)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}