public enum FacetType extends Enum<FacetType>
| Enum Constant and Description |
|---|
MULTISELECTAND
Generated enum value for
FacetType.MultiSelectAnd value defined at extension solrfacetsearch. |
MULTISELECTOR
Generated enum value for
FacetType.MultiSelectOr value defined at extension solrfacetsearch. |
REFINE
Generated enum value for
FacetType.Refine value defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
static FacetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetType REFINE
FacetType.Refine value defined at extension solrfacetsearch.public static final FacetType MULTISELECTAND
FacetType.MultiSelectAnd value defined at extension solrfacetsearch.public static final FacetType MULTISELECTOR
FacetType.MultiSelectOr value defined at extension solrfacetsearch.public static FacetType[] values()
for (FacetType c : FacetType.values()) System.out.println(c);
public static FacetType 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 © 2017 SAP SE. All Rights Reserved.