|
|||||||||||
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. |
org.eclipse.birt.chart.model.data.util | This is a placeholder file for the org.eclipse.birt.chart.model.data.util package. |
Uses of Query in org.eclipse.birt.chart.model.data |
Methods in org.eclipse.birt.chart.model.data that return Query | |
Query |
SeriesDefinition.getQuery()
Returns the value of the 'Query' containment reference. |
Query |
DataFactory.createQuery()
Returns a new object of class 'Query'. |
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. |
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 | |
Query |
DataFactoryImpl.createQuery()
|
Query |
SeriesDefinitionImpl.getQuery()
|
static Query |
QueryImpl.create(java.lang.String sDefinition)
A convenience method provided to create a new initialized query instance |
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)
|
void |
SeriesDefinitionImpl.setQuery(Query newQuery)
|
Uses of Query in org.eclipse.birt.chart.model.data.util |
Methods in org.eclipse.birt.chart.model.data.util with parameters of type Query | |
java.lang.Object |
DataSwitch.caseQuery(Query object)
Returns the result of interpretting the object as an instance of 'Query'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |