Uses of Class
gov.nih.nci.cagrid.cqlresultset.TBDIdentifier

Packages that use TBDIdentifier
gov.nih.nci.cagrid.cqlresultset   
 

Uses of TBDIdentifier in gov.nih.nci.cagrid.cqlresultset
 

Fields in gov.nih.nci.cagrid.cqlresultset declared as TBDIdentifier
private  TBDIdentifier CQLIdentifierResult.identifier
           
 

Methods in gov.nih.nci.cagrid.cqlresultset that return TBDIdentifier
 TBDIdentifier CQLIdentifierResult.getIdentifier()
          Gets the identifier value for this CQLIdentifierResult.
 

Methods in gov.nih.nci.cagrid.cqlresultset with parameters of type TBDIdentifier
 void CQLIdentifierResult.setIdentifier(TBDIdentifier identifier)
          Sets the identifier value for this CQLIdentifierResult.
 

Constructors in gov.nih.nci.cagrid.cqlresultset with parameters of type TBDIdentifier
CQLIdentifierResult(TBDIdentifier identifier)