Uses of Enum Class
de.hybris.platform.solrfacetsearch.search.KeywordModifier
Packages that use KeywordModifier
-
Uses of KeywordModifier in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return KeywordModifierModifier and TypeMethodDescriptionstatic KeywordModifierReturns the enum constant of this class with the specified name.static KeywordModifier[]KeywordModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type KeywordModifierConstructors in de.hybris.platform.solrfacetsearch.search with parameters of type KeywordModifierModifierConstructorDescriptionKeyword(String value, KeywordModifier... modifiers) Creates a new keyword.