public static enum RemoteQueueInfo.Event extends Enum<RemoteQueueInfo.Event>
| Enum Constant and Description |
|---|
ATTRIBUTES_CHANGE |
NO_CHANGE |
STATE_CHANGE |
| Modifier and Type | Method and Description |
|---|---|
static RemoteQueueInfo.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteQueueInfo.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteQueueInfo.Event NO_CHANGE
public static final RemoteQueueInfo.Event STATE_CHANGE
public static final RemoteQueueInfo.Event ATTRIBUTES_CHANGE
public static RemoteQueueInfo.Event[] values()
for (RemoteQueueInfo.Event c : RemoteQueueInfo.Event.values()) System.out.println(c);
public static RemoteQueueInfo.Event 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 nullCopyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.