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 TypeMethodDescriptionAbstractGomFormElement.getSearchRelevancy()Provides the relevancy level of this GOM element's value wrt. indexing.GomSearchRelevancy.getSearchRelevancy()Provides the relevancy level of this GOM element's value wrt. searching.static RelevancyReturns 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 TypeMethodDescriptionvoidAbstractGomFormElement.setSearchRelevancy(@Nullable Relevancy relevancy) Sets the relevancy level for this GOM element.voidGomSearchRelevancy.setSearchRelevancy(@Nullable Relevancy relevancy) Sets the relevancy level for this GOM element.