Uses of Class
gov.nih.nci.cagrid.data.QueryRequestCqlQuery

Packages that use QueryRequestCqlQuery
gov.nih.nci.cagrid.data   
 

Uses of QueryRequestCqlQuery in gov.nih.nci.cagrid.data
 

Methods in gov.nih.nci.cagrid.data that return QueryRequestCqlQuery
 QueryRequestCqlQuery QueryRequest.getCqlQuery()
          Gets the cqlQuery value for this QueryRequest.
 

Methods in gov.nih.nci.cagrid.data with parameters of type QueryRequestCqlQuery
 void QueryRequest.setCqlQuery(QueryRequestCqlQuery cqlQuery)
          Sets the cqlQuery value for this QueryRequest.
 

Constructors in gov.nih.nci.cagrid.data with parameters of type QueryRequestCqlQuery
QueryRequest(QueryRequestCqlQuery cqlQuery)