public static enum Message.TransientFlag extends java.lang.Enum<Message.TransientFlag>
Enum Constant and Description |
---|
DONT_LOOPBACK |
OOB_DELIVERED |
Modifier and Type | Method and Description |
---|---|
short |
value() |
static Message.TransientFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.TransientFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.TransientFlag OOB_DELIVERED
public static final Message.TransientFlag DONT_LOOPBACK
public static Message.TransientFlag[] values()
for (Message.TransientFlag c : Message.TransientFlag.values()) System.out.println(c);
public static Message.TransientFlag 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 short value()
Copyright © 1998-2020 Red Hat. All Rights Reserved.