Uses of Enum Class
io.goobi.viewer.model.search.SearchQueryGroup.SearchQueryGroupOperator
Packages that use SearchQueryGroup.SearchQueryGroupOperator
-
Uses of SearchQueryGroup.SearchQueryGroupOperator in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchQueryGroup.SearchQueryGroupOperatorModifier and TypeMethodDescriptionSearchQueryGroup.getOperator()
Getter for the fieldoperator
.Returns the enum constant of this class with the specified name.SearchQueryGroup.SearchQueryGroupOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.search that return types with arguments of type SearchQueryGroup.SearchQueryGroupOperatorModifier and TypeMethodDescriptionSearchQueryGroup.getAvailableOperators()
getAvailableOperators.Methods in io.goobi.viewer.model.search with parameters of type SearchQueryGroup.SearchQueryGroupOperatorModifier and TypeMethodDescriptionvoid
SearchQueryGroup.setOperator
(SearchQueryGroup.SearchQueryGroupOperator operator) Setter for the fieldoperator
.