Uses of Enum
be.personify.util.SearchOperation
Packages that use SearchOperation
-
Uses of SearchOperation in be.personify.util
Methods in be.personify.util that return SearchOperationModifier and TypeMethodDescriptionSearchCriterium.getSearchOperation()static SearchOperationSearchOperation.operationFromString(String s) static SearchOperationReturns 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 SearchOperationModifier and TypeMethodDescriptionvoidSearchCriterium.setSearchOperation(SearchOperation searchOperation) Constructors in be.personify.util with parameters of type SearchOperationModifierConstructorDescriptionSearchCriterium(String key, Object value, SearchOperation searchOperation)