public static enum SolrQueryParserBase.MagicFieldName extends Enum<SolrQueryParserBase.MagicFieldName>
Modifier and Type | Method and Description |
---|---|
static SolrQueryParserBase.MagicFieldName |
get(String field) |
String |
toString() |
static SolrQueryParserBase.MagicFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrQueryParserBase.MagicFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrQueryParserBase.MagicFieldName VAL
public static final SolrQueryParserBase.MagicFieldName QUERY
public static SolrQueryParserBase.MagicFieldName[] values()
for (SolrQueryParserBase.MagicFieldName c : SolrQueryParserBase.MagicFieldName.values()) System.out.println(c);
public static SolrQueryParserBase.MagicFieldName 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<SolrQueryParserBase.MagicFieldName>
public static SolrQueryParserBase.MagicFieldName get(String field)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.