public static enum BaseTransactedSessionImpl.AllowedOperation extends Enum<BaseTransactedSessionImpl.AllowedOperation>
| Enum Constant and Description |
|---|
COMMIT |
CREATEFLOW |
RECEIVE |
ROLLBACK |
SEND |
| Modifier and Type | Method and Description |
|---|---|
static BaseTransactedSessionImpl.AllowedOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseTransactedSessionImpl.AllowedOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseTransactedSessionImpl.AllowedOperation CREATEFLOW
public static final BaseTransactedSessionImpl.AllowedOperation COMMIT
public static final BaseTransactedSessionImpl.AllowedOperation ROLLBACK
public static final BaseTransactedSessionImpl.AllowedOperation RECEIVE
public static final BaseTransactedSessionImpl.AllowedOperation SEND
public static BaseTransactedSessionImpl.AllowedOperation[] values()
for (BaseTransactedSessionImpl.AllowedOperation c : BaseTransactedSessionImpl.AllowedOperation.values()) System.out.println(c);
public static BaseTransactedSessionImpl.AllowedOperation 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 2004-2021 Solace Corporation. All rights reserved.