public enum AmqpMessagePropertyKind extends java.lang.Enum<AmqpMessagePropertyKind>
| Enum Constant | Description |
|---|---|
ABSOLUTE_EXPIRY_TIME |
|
CONTENT_ENCODING |
|
CONTENT_TYPE |
|
CORRELATION_ID |
|
CREATION_TIME |
|
GROUP_ID |
|
GROUP_SEQUENCE |
|
MESSAGE_ID |
|
REPLY_TO |
|
REPLY_TO_GROUP_ID |
|
SUBJECT |
|
TO |
|
USER_ID |
| Modifier and Type | Method | Description |
|---|---|---|
static AmqpMessagePropertyKind |
valueOf(int ordinal) |
Returns the enum constant of this type with the specified name.
|
static AmqpMessagePropertyKind |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AmqpMessagePropertyKind[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmqpMessagePropertyKind MESSAGE_ID
public static final AmqpMessagePropertyKind USER_ID
public static final AmqpMessagePropertyKind TO
public static final AmqpMessagePropertyKind SUBJECT
public static final AmqpMessagePropertyKind REPLY_TO
public static final AmqpMessagePropertyKind CORRELATION_ID
public static final AmqpMessagePropertyKind CONTENT_TYPE
public static final AmqpMessagePropertyKind CONTENT_ENCODING
public static final AmqpMessagePropertyKind ABSOLUTE_EXPIRY_TIME
public static final AmqpMessagePropertyKind CREATION_TIME
public static final AmqpMessagePropertyKind GROUP_ID
public static final AmqpMessagePropertyKind GROUP_SEQUENCE
public static final AmqpMessagePropertyKind REPLY_TO_GROUP_ID
public static AmqpMessagePropertyKind[] values()
for (AmqpMessagePropertyKind c : AmqpMessagePropertyKind.values()) System.out.println(c);
public static AmqpMessagePropertyKind 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 AmqpMessagePropertyKind 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.