Uses of Enum Class
com.sas.services.information.search.SearchOperator
Packages that use SearchOperator
Package
Description
The com.sas.services.information.search package performs and manages metadata searches for public objects.
-
Uses of SearchOperator in com.sas.services.information.search
Fields in com.sas.services.information.search declared as SearchOperatorMethods in com.sas.services.information.search that return SearchOperatorModifier and TypeMethodDescriptionstatic SearchOperatorObjectNameFilter.getDefaultOperator()Returns the default operator, CONTAINS, used for all name searches.ObjectNameFilter.getSearchOperator()Returns the operator being used in this searchstatic SearchOperatorSearchOperator.getSearchOperatorForValue(int lvalue) static SearchOperatorSearchOperator.getSearchOperatorForValue(String value) static SearchOperatorSearchOperator.valueOf(String name) Returns the enum constant of this class with the specified name.static SearchOperator[]SearchOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.services.information.search with parameters of type SearchOperatorModifierConstructorDescriptionDisplayNameFilter(String name, boolean includeDescription, SearchOperator searchOperator) ObjectNameFilter(String name, boolean includeDescription, SearchOperator searchOperator) Constructs a new name filter that allows objects to be searched on by their name