public enum AmqpTransferFlag extends java.lang.Enum<AmqpTransferFlag>
| Modifier and Type | Method | Description |
|---|---|---|
static AmqpTransferFlag |
valueOf(int ordinal) |
Returns the enum constant of this type with the specified name.
|
static AmqpTransferFlag |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AmqpTransferFlag[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmqpTransferFlag BATCHABLE
public static final AmqpTransferFlag ABORTED
public static final AmqpTransferFlag RESUME
public static final AmqpTransferFlag SETTLED
public static AmqpTransferFlag[] values()
for (AmqpTransferFlag c : AmqpTransferFlag.values()) System.out.println(c);
public static AmqpTransferFlag 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 static AmqpTransferFlag valueOf(int ordinal)
ordinal - 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.