public static enum SolrQueryParser.MagicFieldName extends java.lang.Enum<SolrQueryParser.MagicFieldName>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
field |
private static java.util.Map<java.lang.String,SolrQueryParser.MagicFieldName> |
lookup |
java.lang.String |
subParser |
Modifier and Type | Method and Description |
---|---|
static SolrQueryParser.MagicFieldName |
get(java.lang.String field) |
java.lang.String |
toString() |
static SolrQueryParser.MagicFieldName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolrQueryParser.MagicFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrQueryParser.MagicFieldName VAL
public static final SolrQueryParser.MagicFieldName QUERY
public final java.lang.String field
public final java.lang.String subParser
private static final java.util.Map<java.lang.String,SolrQueryParser.MagicFieldName> lookup
public static SolrQueryParser.MagicFieldName[] values()
for (SolrQueryParser.MagicFieldName c : SolrQueryParser.MagicFieldName.values()) System.out.println(c);
public static SolrQueryParser.MagicFieldName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<SolrQueryParser.MagicFieldName>
public static SolrQueryParser.MagicFieldName get(java.lang.String field)