Uses of Class
de.hybris.platform.adaptivesearch.context.AsKeywordModifier
-
Packages that use AsKeywordModifier Package Description de.hybris.platform.adaptivesearch.context -
-
Uses of AsKeywordModifier in de.hybris.platform.adaptivesearch.context
Methods in de.hybris.platform.adaptivesearch.context that return AsKeywordModifier Modifier and Type Method Description static AsKeywordModifierAsKeywordModifier. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AsKeywordModifier[]AsKeywordModifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.adaptivesearch.context that return types with arguments of type AsKeywordModifier Modifier and Type Method Description java.util.Collection<AsKeywordModifier>AsKeyword. getModifiers()Returns the modifiers of the keyword.Constructors in de.hybris.platform.adaptivesearch.context with parameters of type AsKeywordModifier Constructor Description AsKeyword(java.lang.String value, AsKeywordModifier... modifiers)Creates a new keyword.
-