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.resultsetMethods in com.saperion.ngc.resultset that return SearchMode Modifier and Type Method Description SearchModeResultSetView. getSearchMode()SearchModeResultSetViewImpl. getSearchMode()static SearchModeSearchMode. 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 voidResultSetView. setSearchMode(SearchMode mode)Sets the search-mode.voidResultSetViewImpl. setSearchMode(SearchMode mode)Sets the search-mode.
 
-