public static enum QueryBase.QueryType extends Enum<QueryBase.QueryType>
| Enum Constant and Description |
|---|
PREFIX_ALL |
PREFIX_LAST |
PREFIX_NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static QueryBase.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryBase.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryBase.QueryType PREFIX_ALL
public static final QueryBase.QueryType PREFIX_LAST
public static final QueryBase.QueryType PREFIX_NONE
public static QueryBase.QueryType[] values()
for (QueryBase.QueryType c : QueryBase.QueryType.values()) System.out.println(c);
public static QueryBase.QueryType 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 toString()
toString in class Enum<QueryBase.QueryType>Copyright © 2018. All rights reserved.