Uses of Class
ooaofooa.datatypes.SearchScope
-
Packages that use SearchScope Package Description ooaofooa.datatypes -
-
Uses of SearchScope in ooaofooa.datatypes
Methods in ooaofooa.datatypes that return SearchScope Modifier and Type Method Description static SearchScopeSearchScope. deserialize(Object o)static SearchScopeSearchScope. valueOf(int value)Returns the enum constant of this type with the specified name.static SearchScopeSearchScope. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchScope[]SearchScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-