Uses of Class
org.cxbox.core.controller.param.SearchOperation
-
Packages that use SearchOperation Package Description org.cxbox.core.controller.param -
-
Uses of SearchOperation in org.cxbox.core.controller.param
Methods in org.cxbox.core.controller.param that return SearchOperation Modifier and Type Method Description static SearchOperationSearchOperation. of(String operationName)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.Constructors in org.cxbox.core.controller.param with parameters of type SearchOperation Constructor Description BindParameter(String name, SearchOperation operation, String stringValue)FilterParameter(String name, SearchOperation operation, String stringValue)
-