Uses of Enum
ubic.gemma.model.common.search.SearchSettings.SearchMode
Packages that use SearchSettings.SearchMode
-
Uses of SearchSettings.SearchMode in ubic.gemma.model.common.search
Methods in ubic.gemma.model.common.search that return SearchSettings.SearchModeModifier and TypeMethodDescriptionSearchSettings.getMode()Indicate the search mode to use.static SearchSettings.SearchModeReturns the enum constant of this type with the specified name.static SearchSettings.SearchMode[]SearchSettings.SearchMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.model.common.search with parameters of type SearchSettings.SearchModeModifier and TypeMethodDescriptionSearchSettings.SearchSettingsBuilder.mode(SearchSettings.SearchMode mode) Indicate the search mode to use.voidSearchSettings.setMode(SearchSettings.SearchMode mode) Indicate the search mode to use.SearchSettings.withMode(SearchSettings.SearchMode mode) Indicate the search mode to use.