|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.query.ColumnSort
public class ColumnSort
A sort definition for a single column. This class is immutable.
| Constructor Summary | |
|---|---|
ColumnSort(AbstractColumn column,
SortOrder order)
Construct and new column sort condition. |
|
| Method Summary | |
|---|---|
AbstractColumn |
getColumn()
Returns the column by which to sort. |
SortOrder |
getOrder()
Returns the requested ordering. |
java.lang.String |
toQueryString()
Creates a string that when fed to the query parser should return a ColumnSort equal to this one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnSort(AbstractColumn column,
SortOrder order)
column - The column by which to sort.order - The requested ordering.| Method Detail |
|---|
public AbstractColumn getColumn()
public SortOrder getOrder()
public java.lang.String toQueryString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||