public static enum SearchBase.QueryParser extends Enum<SearchBase.QueryParser>
| Modifier and Type | Method and Description |
|---|---|
static SearchBase.QueryParser |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchBase.QueryParser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchBase.QueryParser CLASSIC
public static final SearchBase.QueryParser XML
public static SearchBase.QueryParser[] values()
for (SearchBase.QueryParser c : SearchBase.QueryParser.values()) System.out.println(c);
public static SearchBase.QueryParser 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 nullCopyright © 2013. All Rights Reserved.