public static enum EventQuery.AllQuery extends java.lang.Enum<EventQuery.AllQuery> implements EventQuery
EventQuery.AllQuery, EventQuery.EventTypeEventQuery, EventQuery.MoveEventEventQuery, EventQuery.MoveModuleEventQuery, EventQuery.ObjectEventQuery, EventQuery.RecipientEventQuery, EventQuery.SenderEventQuery, EventQuery.TimeRangeEventQuery, EventQuery.TransactionEventQuery| Enum Constant and Description |
|---|
All
All all query.
|
| Modifier and Type | Method and Description |
|---|---|
static EventQuery.AllQuery |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventQuery.AllQuery[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventQuery.AllQuery All
public static EventQuery.AllQuery[] values()
for (EventQuery.AllQuery c : EventQuery.AllQuery.values()) System.out.println(c);
public static EventQuery.AllQuery 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 null