Uses of Enum Class
org.cxbox.core.controller.param.SearchOperation
Packages that use SearchOperation
-
Uses of SearchOperation in org.cxbox.core.controller.param
Methods in org.cxbox.core.controller.param that return SearchOperationModifier and TypeMethodDescriptionstatic SearchOperationstatic SearchOperationReturns the enum constant of this class with the specified name.static SearchOperation[]SearchOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cxbox.core.controller.param with parameters of type SearchOperationModifierConstructorDescriptionBindParameter(String name, SearchOperation operation, String stringValue) FilterParameter(String name, SearchOperation operation, String stringValue)