|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.query.QueryOptions
public class QueryOptions
Options definition for a query. Holds options for the query that fall under the options clause.
| Constructor Summary | |
|---|---|
QueryOptions()
Constructs query options with all boolean options set to false. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
isDefault()
Returns true if all options are set to their default values. |
boolean |
isNoFormat()
Returns the value of the noFormat option. |
boolean |
isNoValues()
Returns the value of the noValues option. |
void |
setNoFormat(boolean noFormat)
Sets the value of the noFormat option. |
void |
setNoValues(boolean noValues)
Sets the value of the noValues option. |
java.lang.String |
toQueryString()
Returns a string that when fed to the query parser should return a QueryOptions equal to this one. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryOptions()
| Method Detail |
|---|
public boolean isNoValues()
public void setNoValues(boolean noValues)
noValues - The new value of the noValues option.public boolean isNoFormat()
public void setNoFormat(boolean noFormat)
noFormat - The new value of the noFormat option.public boolean isDefault()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toQueryString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||