Uses of Class
com.saperion.ngc.resultset.SearchMode
-
Packages that use SearchMode Package Description com.saperion.ngc.resultset Package for resultset component classes. -
-
Uses of SearchMode in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return SearchMode Modifier and Type Method Description SearchMode
ResultSetView. getSearchMode()
SearchMode
ResultSetViewImpl. getSearchMode()
static SearchMode
SearchMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SearchMode[]
SearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.resultset with parameters of type SearchMode Modifier and Type Method Description void
ResultSetView. setSearchMode(SearchMode mode)
Sets the search-mode.void
ResultSetViewImpl. setSearchMode(SearchMode mode)
Sets the search-mode.
-