static AbstractScheduledAction.TransactionMode |
AbstractScheduledAction.TransactionMode.getTransactionMode(java.lang.String transactionModeString) |
Generate a mode from a string.
|
AbstractScheduledAction.TransactionMode |
AbstractScheduledAction.getTransactionModeEnum() |
Get the transaction mode.
|
static AbstractScheduledAction.TransactionMode |
AbstractScheduledAction.TransactionMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractScheduledAction.TransactionMode[] |
AbstractScheduledAction.TransactionMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|