java.io.Serializable
, java.lang.Comparable<MessageDriven.DefaultTransaction>
, java.lang.constant.Constable
public static enum MessageDriven.DefaultTransaction extends java.lang.Enum<MessageDriven.DefaultTransaction>
Enum Constant | Description |
---|---|
NOT_SUPPORTED |
|
REQUIRED |
|
UNSPECIFIED |
Modifier and Type | Method | Description |
---|---|---|
static MessageDriven.DefaultTransaction |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MessageDriven.DefaultTransaction[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageDriven.DefaultTransaction UNSPECIFIED
public static final MessageDriven.DefaultTransaction NOT_SUPPORTED
public static final MessageDriven.DefaultTransaction REQUIRED
public static MessageDriven.DefaultTransaction[] values()
for (MessageDriven.DefaultTransaction c : MessageDriven.DefaultTransaction.values()) System.out.println(c);
public static MessageDriven.DefaultTransaction 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 null