Uses of Class
org.weblab_project.core.model.query.Operator

Packages that use Operator
org.weblab_project.core.model.query   
 

Uses of Operator in org.weblab_project.core.model.query
 

Fields in org.weblab_project.core.model.query declared as Operator
protected  Operator ComposedQuery.operator
           
 

Methods in org.weblab_project.core.model.query that return Operator
static Operator Operator.fromValue(java.lang.String v)
           
 Operator ComposedQuery.getOperator()
          Gets the value of the operator property.
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.
 

Methods in org.weblab_project.core.model.query with parameters of type Operator
 void ComposedQuery.setOperator(Operator value)
          Sets the value of the operator property.
 



Copyright © 2004-2010. All Rights Reserved.