public static enum Message.TransientFlag extends Enum<Message.TransientFlag>
Enum Constant and Description |
---|
OOB_DELIVERED |
Modifier and Type | Method and Description |
---|---|
short |
value() |
static Message.TransientFlag |
valueOf(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 Message.TransientFlag[] values()
for (Message.TransientFlag c : Message.TransientFlag.values()) System.out.println(c);
public static Message.TransientFlag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic short value()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.