public enum AmqpReceiverSettleMode extends java.lang.Enum<AmqpReceiverSettleMode>
| Modifier and Type | Method | Description |
|---|---|---|
int |
value() |
|
static AmqpReceiverSettleMode |
valueOf(int value) |
Returns the enum constant of this type with the specified name.
|
static AmqpReceiverSettleMode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AmqpReceiverSettleMode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmqpReceiverSettleMode FIRST
public static final AmqpReceiverSettleMode SECOND
public static AmqpReceiverSettleMode[] values()
for (AmqpReceiverSettleMode c : AmqpReceiverSettleMode.values()) System.out.println(c);
public static AmqpReceiverSettleMode 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 nullpublic int value()
public static AmqpReceiverSettleMode valueOf(int value)
value - 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 nullCopyright © 2020. All rights reserved.