|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.cqlquery.QueryModifier
public class QueryModifier
Modifies the returned data from the query
Constructor Summary | |
---|---|
QueryModifier()
|
|
QueryModifier(java.lang.String[] attributeNames,
boolean countOnly,
java.lang.String distinctAttribute)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String[] |
getAttributeNames()
Gets the attributeNames value for this QueryModifier. |
java.lang.String |
getAttributeNames(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDistinctAttribute()
Gets the distinctAttribute value for this QueryModifier. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isCountOnly()
Gets the countOnly value for this QueryModifier. |
void |
setAttributeNames(int i,
java.lang.String _value)
|
void |
setAttributeNames(java.lang.String[] attributeNames)
Sets the attributeNames value for this QueryModifier. |
void |
setCountOnly(boolean countOnly)
Sets the countOnly value for this QueryModifier. |
void |
setDistinctAttribute(java.lang.String distinctAttribute)
Sets the distinctAttribute value for this QueryModifier. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryModifier()
public QueryModifier(java.lang.String[] attributeNames, boolean countOnly, java.lang.String distinctAttribute)
Method Detail |
---|
public java.lang.String[] getAttributeNames()
public void setAttributeNames(java.lang.String[] attributeNames)
attributeNames
- public java.lang.String getAttributeNames(int i)
public void setAttributeNames(int i, java.lang.String _value)
public java.lang.String getDistinctAttribute()
public void setDistinctAttribute(java.lang.String distinctAttribute)
distinctAttribute
- public boolean isCountOnly()
public void setCountOnly(boolean countOnly)
countOnly
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |