Uses of Enum Class
de.espirit.firstspirit.access.store.templatestore.gom.Relevancy
-
Uses of Relevancy in de.espirit.firstspirit.access.store.templatestore.gom
Modifier 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 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.Modifier and TypeMethodDescriptionvoid
AbstractGomFormElement.setSearchRelevancy
(@Nullable Relevancy relevancy) Sets the relevancy level for this GOM element.void
GomSearchRelevancy.setSearchRelevancy
(@Nullable Relevancy relevancy) Sets the relevancy level for this GOM element.