Enum Class SolrIndexedPropertyFacetType
java.lang.Object
java.lang.Enum<SolrIndexedPropertyFacetType>
de.hybris.platform.solrfacetsearch.enums.SolrIndexedPropertyFacetType
- All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue,Serializable,Comparable<SolrIndexedPropertyFacetType>,Constable
public enum SolrIndexedPropertyFacetType
extends Enum<SolrIndexedPropertyFacetType>
implements de.hybris.platform.core.HybrisEnumValue
Generated enum SolrIndexedPropertyFacetType declared at extension solrfacetsearch.
This enumeration defines the type of solr facets. The facet type determines behaviour of the facet filer.
Refine: the typical drill down facet, where only one facet value can be selected within a facet.
Multi-select allows multiple facet values to be selected within a facet.
MultiSelectAnd: causes the multiple facet values to be ANDed together, where the product results must match
all of the selected values.
MultiSelectOr: causes the multiple facet values to be ORed together, where the product results must mach
any of the selected values.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value for SolrIndexedPropertyFacetType.MultiSelectAnd declared at extension solrfacetsearch.Generated enum value for SolrIndexedPropertyFacetType.MultiSelectOr declared at extension solrfacetsearch.Generated enum value for SolrIndexedPropertyFacetType.Refine declared at extension solrfacetsearch. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the code of this enum value.getType()Gets the type this enum value belongs to.static SolrIndexedPropertyFacetTypeReturns the enum constant of this class with the specified name.static SolrIndexedPropertyFacetType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REFINE
Generated enum value for SolrIndexedPropertyFacetType.Refine declared at extension solrfacetsearch. -
MULTISELECTAND
Generated enum value for SolrIndexedPropertyFacetType.MultiSelectAnd declared at extension solrfacetsearch. -
MULTISELECTOR
Generated enum value for SolrIndexedPropertyFacetType.MultiSelectOr declared at extension solrfacetsearch.
-
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SIMPLE_CLASSNAME
Generated simple class name constant.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
Gets the code of this enum value.- Specified by:
getCodein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of value
-
getType
Gets the type this enum value belongs to.- Specified by:
getTypein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of type
-