Uses of Class
org.gcube.application.geoportalcommon.shared.SearchingFilter.LOGICAL_OP
-
Packages that use SearchingFilter.LOGICAL_OP Package Description org.gcube.application.geoportalcommon.shared -
-
Uses of SearchingFilter.LOGICAL_OP in org.gcube.application.geoportalcommon.shared
Methods in org.gcube.application.geoportalcommon.shared that return SearchingFilter.LOGICAL_OP Modifier and Type Method Description SearchingFilter.LOGICAL_OPWhereClause. getOperator()Gets the operator.static SearchingFilter.LOGICAL_OPSearchingFilter.LOGICAL_OP. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchingFilter.LOGICAL_OP[]SearchingFilter.LOGICAL_OP. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.application.geoportalcommon.shared with parameters of type SearchingFilter.LOGICAL_OP Modifier and Type Method Description voidWhereClause. setOperator(SearchingFilter.LOGICAL_OP operator)Sets the operator.Constructors in org.gcube.application.geoportalcommon.shared with parameters of type SearchingFilter.LOGICAL_OP Constructor Description WhereClause(SearchingFilter.LOGICAL_OP operator, Map<String,Object> searchInto)Instantiates a new where clause.
-