Uses of Class
gov.nih.nci.cagrid.cqlquery.Object

Packages that use Object
gov.nih.nci.cagrid.cqlquery   
 

Uses of Object in gov.nih.nci.cagrid.cqlquery
 

Subclasses of Object in gov.nih.nci.cagrid.cqlquery
 class Association
          Association to another Object
 

Fields in gov.nih.nci.cagrid.cqlquery declared as Object
private  Object CQLQuery.target
          Defines the target data type of a CQL query
 

Methods in gov.nih.nci.cagrid.cqlquery that return Object
 Object CQLQuery.getTarget()
          Gets the target value for this CQLQuery.
 

Methods in gov.nih.nci.cagrid.cqlquery with parameters of type Object
 void CQLQuery.setTarget(Object target)
          Sets the target value for this CQLQuery.
 

Constructors in gov.nih.nci.cagrid.cqlquery with parameters of type Object
CQLQuery(QueryModifier queryModifier, Object target)