|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.system.query.cql.CQLAttribute
public class CQLAttribute
CQLObject Property element used as search criteria
Constructor Summary | |
---|---|
CQLAttribute()
|
|
CQLAttribute(java.lang.String name,
CQLPredicate predicate,
java.lang.String value)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name value for this Attribute. |
CQLPredicate |
getPredicate()
Gets the predicate value for this Attribute. |
java.lang.String |
getValue()
Gets the value value for this Attribute. |
void |
setName(java.lang.String name)
Sets the name value for this Attribute. |
void |
setPredicate(CQLPredicate predicate)
Sets the predicate value for this Attribute. |
void |
setValue(java.lang.String value)
Sets the value value for this Attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CQLAttribute()
public CQLAttribute(java.lang.String name, CQLPredicate predicate, java.lang.String value)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public CQLPredicate getPredicate()
public void setPredicate(CQLPredicate predicate)
predicate
- public java.lang.String getValue()
public void setValue(java.lang.String value)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |