TODO insert comments here
public enum WiQueryEvent extends Enum<WiQueryEvent> implements EventLabel
| Enum Constant and Description |
|---|
READY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEventLabel()
Deprecated.
|
static WiQueryEvent |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WiQueryEvent[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WiQueryEvent READY
public static WiQueryEvent[] values()
for (WiQueryEvent c : WiQueryEvent.values()) System.out.println(c);
public static WiQueryEvent 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 String getEventLabel()
getEventLabel in interface EventLabelCopyright © 2009-2012. All Rights Reserved.