Uses of Enum Class
de.espirit.firstspirit.access.store.templatestore.gom.Relevancy
Packages that use Relevancy
-
Uses of Relevancy in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom that return RelevancyModifier and TypeMethodDescriptionGomSearchRelevancy.getSearchRelevancy()
Provides the relevancy level of this GOM element's value wrt. searching.static Relevancy
Returns the enum constant of this class with the specified name.static Relevancy[]
Relevancy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type RelevancyModifier and TypeMethodDescriptionvoid
GomSearchRelevancy.setSearchRelevancy
(Relevancy relevancy) Sets the relevancy level for this GOM element.