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

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

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

Subclasses of CQLObject in gov.nih.nci.system.query.cql
 class CQLAssociation
           
 

Methods in gov.nih.nci.system.query.cql that return CQLObject
 CQLObject CQLQuery.getTarget()
          Gets the target value for this CQLQuery.
 

Methods in gov.nih.nci.system.query.cql with parameters of type CQLObject
 void CQLQuery.setTarget(CQLObject target)
          Sets the target value for this CQLQuery.
 

Constructors in gov.nih.nci.system.query.cql with parameters of type CQLObject
CQLQuery(CQLObject target)