Uses of Interface
org.eclipse.birt.chart.model.data.Query

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 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)
           
 

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'.
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.