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

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

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

Methods in gov.nih.nci.system.query.cql that return CQLAttribute
 CQLAttribute CQLObject.getAttribute()
          Gets the attribute value for this CQLObject.
 

Methods in gov.nih.nci.system.query.cql that return types with arguments of type CQLAttribute
 java.util.Collection<CQLAttribute> CQLGroup.getAttributeCollection()
           
 

Methods in gov.nih.nci.system.query.cql with parameters of type CQLAttribute
 void CQLGroup.addAttribute(CQLAttribute attribute)
           
 void CQLObject.setAttribute(CQLAttribute attribute)
          Sets the attribute value for this CQLObject.
 

Method parameters in gov.nih.nci.system.query.cql with type arguments of type CQLAttribute
 void CQLGroup.setAttributeCollection(java.util.Collection<CQLAttribute> attributeCollection)
           
 

Constructors in gov.nih.nci.system.query.cql with parameters of type CQLAttribute
CQLAssociation(CQLAssociation association, CQLAttribute attribute, CQLGroup group, java.lang.String name, java.lang.String sourceRoleName, java.lang.String targetRoleName)
           
CQLObject(CQLAssociation association, CQLAttribute attribute, CQLGroup group, java.lang.String name)
           
 

Constructor parameters in gov.nih.nci.system.query.cql with type arguments of type CQLAttribute
CQLGroup(java.util.Collection<CQLAssociation> associationCollection, java.util.Collection<CQLAttribute> attributeCollection, java.util.Collection<CQLGroup> groupCollection, CQLLogicalOperator logicOperator)