Uses of Enum Class
io.goobi.viewer.model.search.SearchQueryItem.SearchItemOperator
Packages that use SearchQueryItem.SearchItemOperator
-
Uses of SearchQueryItem.SearchItemOperator in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchQueryItem.SearchItemOperatorModifier and TypeMethodDescriptionSearchQueryItem.getOperator()
Getter for the fieldoperator
.Returns the enum constant of this class with the specified name.static SearchQueryItem.SearchItemOperator[]
SearchQueryItem.SearchItemOperator.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 SearchQueryItem.SearchItemOperatorMethods in io.goobi.viewer.model.search with parameters of type SearchQueryItem.SearchItemOperatorModifier and TypeMethodDescriptionvoid
SearchQueryItem.setOperator
(SearchQueryItem.SearchItemOperator operator) Setter for the fieldoperator
.