public static enum BasicEvent.QueryState extends Enum<BasicEvent.QueryState>
Enum Constant and Description |
---|
CONSUMING_RESULT |
GETTING_FILES |
PROCESSING_RESULT |
PUTTING_FILES |
QUERY_ENDED |
QUERY_STARTED |
SENDING_QUERY |
WAITING_FOR_RESULT |
Modifier and Type | Method and Description |
---|---|
String |
getArgString() |
String |
getDescription() |
int |
getId() |
static BasicEvent.QueryState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicEvent.QueryState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicEvent.QueryState QUERY_STARTED
public static final BasicEvent.QueryState SENDING_QUERY
public static final BasicEvent.QueryState WAITING_FOR_RESULT
public static final BasicEvent.QueryState PROCESSING_RESULT
public static final BasicEvent.QueryState CONSUMING_RESULT
public static final BasicEvent.QueryState QUERY_ENDED
public static final BasicEvent.QueryState GETTING_FILES
public static final BasicEvent.QueryState PUTTING_FILES
public static BasicEvent.QueryState[] values()
for (BasicEvent.QueryState c : BasicEvent.QueryState.values()) System.out.println(c);
public static BasicEvent.QueryState 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 int getId()
public String getDescription()
public String getArgString()
Copyright © 2021. All rights reserved.