Uses of Class
org.squashtest.csp.tm.domain.report.query.QueryOperator

Packages that use QueryOperator
org.squashtest.csp.tm.domain.report.query   
org.squashtest.csp.tm.domain.report.query.hibernate   
 

Uses of QueryOperator in org.squashtest.csp.tm.domain.report.query
 

Methods in org.squashtest.csp.tm.domain.report.query that return QueryOperator
static QueryOperator QueryOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryOperator[] QueryOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of QueryOperator in org.squashtest.csp.tm.domain.report.query.hibernate
 

Methods in org.squashtest.csp.tm.domain.report.query.hibernate that return QueryOperator
protected  QueryOperator ReportCriterion.getOperator()
           
 

Methods in org.squashtest.csp.tm.domain.report.query.hibernate with parameters of type QueryOperator
protected  void ReportCriterion.setOperator(QueryOperator operator)
          Sets a semantic hint about what will the criterion do.
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.