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