|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
gov.nih.nci.cagrid.cqlquery |
Uses of Attribute in gov.nih.nci.cagrid.cqlquery |
---|
Fields in gov.nih.nci.cagrid.cqlquery declared as Attribute | |
---|---|
private Attribute[] |
Group.attribute
|
private Attribute |
Object.attribute
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |