Uses of Class
be.personify.util.SearchOperation
-
Packages that use SearchOperation Package Description be.personify.util -
-
Uses of SearchOperation in be.personify.util
Methods in be.personify.util that return SearchOperation Modifier and Type Method Description SearchOperationSearchCriterium. getSearchOperation()static SearchOperationSearchOperation. operationFromString(String s)static SearchOperationSearchOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchOperation[]SearchOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.personify.util with parameters of type SearchOperation Modifier and Type Method Description voidSearchCriterium. setSearchOperation(SearchOperation searchOperation)Constructors in be.personify.util with parameters of type SearchOperation Constructor Description SearchCriterium(String key, Object value, SearchOperation searchOperation)
-