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 SearchMode
Returns 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 TypeMethodDescriptionvoid
ResultSetView.setSearchMode
(SearchMode mode) Sets the search-mode.void
ResultSetViewImpl.setSearchMode
(SearchMode mode) Sets the search-mode.