Uses of Class
gov.nih.nci.system.query.cql.CQLPredicate

Packages that use CQLPredicate
gov.nih.nci.system.query.cql   
 

Uses of CQLPredicate in gov.nih.nci.system.query.cql
 

Fields in gov.nih.nci.system.query.cql declared as CQLPredicate
static CQLPredicate CQLPredicate.EQUAL_TO
           
static CQLPredicate CQLPredicate.GREATER_THAN
           
static CQLPredicate CQLPredicate.GREATER_THAN_EQUAL_TO
           
static CQLPredicate CQLPredicate.IS_NOT_NULL
           
static CQLPredicate CQLPredicate.IS_NULL
           
static CQLPredicate CQLPredicate.LESS_THAN
           
static CQLPredicate CQLPredicate.LESS_THAN_EQUAL_TO
           
static CQLPredicate CQLPredicate.LIKE
           
static CQLPredicate CQLPredicate.NOT_EQUAL_TO
           
 

Methods in gov.nih.nci.system.query.cql that return CQLPredicate
 CQLPredicate CQLAttribute.getPredicate()
          Gets the predicate value for this Attribute.
 

Methods in gov.nih.nci.system.query.cql with parameters of type CQLPredicate
 void CQLAttribute.setPredicate(CQLPredicate predicate)
          Sets the predicate value for this Attribute.
 

Constructors in gov.nih.nci.system.query.cql with parameters of type CQLPredicate
CQLAttribute(java.lang.String name, CQLPredicate predicate, java.lang.String value)