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

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

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

Methods in gov.nih.nci.cagrid.cqlquery that return Attribute
 Attribute[] Group.getAttribute()
          Gets the attribute value for this Group.
 Attribute Object.getAttribute()
          Gets the attribute value for this Object.
 Attribute Group.getAttribute(int i)
           
 

Methods in gov.nih.nci.cagrid.cqlquery with parameters of type Attribute
 void Object.setAttribute(Attribute attribute)
          Sets the attribute value for this Object.
 void Group.setAttribute(Attribute[] attribute)
          Sets the attribute value for this Group.
 void Group.setAttribute(int i, Attribute _value)
           
 

Constructors in gov.nih.nci.cagrid.cqlquery with parameters of type Attribute
Group(Association[] association, Attribute[] attribute, Group[] group, LogicalOperator logicRelation)
           
Object(Association association, Attribute attribute, Group group, java.lang.String name)