Uses of Enum Class
com.saperion.ngc.resultset.SearchMode
Packages that use SearchMode
-
Uses of SearchMode in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return SearchModeModifier and TypeMethodDescriptionResultSetView.getSearchMode()ResultSetViewImpl.getSearchMode()static SearchModeReturns the enum constant of this class with the specified name.static SearchMode[]SearchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ngc.resultset with parameters of type SearchModeModifier and TypeMethodDescriptionvoidResultSetView.setSearchMode(SearchMode mode) Sets the search-mode.voidResultSetViewImpl.setSearchMode(SearchMode mode) Sets the search-mode.