|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.table.TableQuery
public class TableQuery
TableQuery represents a query to TableDataSource for a given measure and tuple.
Field Summary | |
---|---|
protected TableTuple |
tuple
the query's tuple |
Constructor Summary | |
---|---|
TableQuery(TableTuple tuple)
Constructs a TableQuery from a given tuple. |
Method Summary | |
---|---|
TableQuery |
cloneQuery(TableTuple tuple)
Creates a new query from a given tuple within the bounds of the current query. |
TableTuple |
getTuple()
Retrieves the tuple that is being queried. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TableTuple tuple
Constructor Detail |
---|
public TableQuery(TableTuple tuple)
Method Detail |
---|
public TableQuery cloneQuery(TableTuple tuple)
tuple
- the tuple to clone
public TableTuple getTuple()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |