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