org.apache.solr.request
Enum SolrParams.EchoParamStyle
java.lang.Object
java.lang.Enum<SolrParams.EchoParamStyle>
org.apache.solr.request.SolrParams.EchoParamStyle
- All Implemented Interfaces:
- Serializable, Comparable<SolrParams.EchoParamStyle>
- Enclosing class:
- SolrParams
public static enum SolrParams.EchoParamStyle
- extends Enum<SolrParams.EchoParamStyle>
valid values for: echoParams
EXPLICIT
public static final SolrParams.EchoParamStyle EXPLICIT
ALL
public static final SolrParams.EchoParamStyle ALL
NONE
public static final SolrParams.EchoParamStyle NONE
values
public static final SolrParams.EchoParamStyle[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(SolrParams.EchoParamStyle c : SolrParams.EchoParamStyle.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static SolrParams.EchoParamStyle valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
get
public static SolrParams.EchoParamStyle get(String v)
Copyright © 2006 - 2009 The Apache Software Foundation