|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.eclipse.birt.chart.model.data | Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. |
| org.eclipse.birt.chart.model.data.impl | Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. |
| Uses of Query in org.eclipse.birt.chart.model.data |
|---|
| Methods in org.eclipse.birt.chart.model.data that return Query | |
|---|---|
Query |
DataFactory.createQuery()
Returns a new object of class 'Query'. |
Query |
SeriesDefinition.getQuery()
Returns the value of the 'Query' containment reference. |
Query |
SeriesDefinition.getSortKey()
Returns the value of the 'Sort Key' containment reference. |
| Methods in org.eclipse.birt.chart.model.data with parameters of type Query | |
|---|---|
void |
SeriesDefinition.setQuery(Query value)
Sets the value of the ' Query' containment reference. |
void |
SeriesDefinition.setSortKey(Query value)
Sets the value of the ' Sort Key' containment reference. |
| Uses of Query in org.eclipse.birt.chart.model.data.impl |
|---|
| Classes in org.eclipse.birt.chart.model.data.impl that implement Query | |
|---|---|
class |
QueryImpl
An implementation of the model object ' Query'. |
| Methods in org.eclipse.birt.chart.model.data.impl that return Query | |
|---|---|
static Query |
QueryImpl.create(java.lang.String sDefinition)
A convenience method provided to create a new initialized query instance |
Query |
DataFactoryImpl.createQuery()
|
Query |
SeriesDefinitionImpl.getQuery()
|
Query |
SeriesDefinitionImpl.getSortKey()
|
| Methods in org.eclipse.birt.chart.model.data.impl with parameters of type Query | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetQuery(Query newQuery,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetSortKey(Query newSortKey,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
SeriesDefinitionImpl.setQuery(Query newQuery)
|
void |
SeriesDefinitionImpl.setSortKey(Query newSortKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||