Uses of Class
org.gcube.application.framework.search.library.util.Operator

Packages that use Operator
org.gcube.application.framework.search.library.model   
org.gcube.application.framework.search.library.util   
 

Uses of Operator in org.gcube.application.framework.search.library.model
 

Methods in org.gcube.application.framework.search.library.model that return Operator
 Operator Query.getOperator()
           
 

Methods in org.gcube.application.framework.search.library.model with parameters of type Operator
 void Query.setOperator(Operator operator)
           
 

Uses of Operator in org.gcube.application.framework.search.library.util
 

Methods in org.gcube.application.framework.search.library.util that return Operator
static Operator Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.