public enum ManagerRequisite extends Enum<ManagerRequisite>
Enum Constant and Description |
---|
MQT
MatchingQueryTerms has been populated
|
RAWQUERY
the original query must have been set
|
RESULTSET
A ResultSet has been obtained
|
TERRIERQL
a TerrierQL parsed query have been set
|
Modifier and Type | Method and Description |
---|---|
static ManagerRequisite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagerRequisite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagerRequisite RAWQUERY
public static final ManagerRequisite TERRIERQL
public static final ManagerRequisite MQT
public static final ManagerRequisite RESULTSET
public static ManagerRequisite[] values()
for (ManagerRequisite c : ManagerRequisite.values()) System.out.println(c);
public static ManagerRequisite 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 nullTerrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow