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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
QueryImpl

public interface Query
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Query'. This type represents design-time definition for the dataset in a series.

The following features are supported:

See Also:
DataPackage.getQuery()

Method Summary
 java.lang.String getDefinition()
          Returns the value of the 'Definition' attribute.
 SeriesGrouping getGrouping()
          Returns the value of the 'Grouping' containment reference.
 org.eclipse.emf.common.util.EList getRules()
          Deprecated. only reserved for compatibility
 boolean isDefined()
           
 void setDefinition(java.lang.String value)
          Sets the value of the 'Definition' attribute.
 void setGrouping(SeriesGrouping value)
          Sets the value of the 'Grouping' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDefinition

java.lang.String getDefinition()
Returns the value of the 'Definition' attribute.

Returns:
the value of the 'Definition' attribute.
See Also:
setDefinition(String), DataPackage.getQuery_Definition()

setDefinition

void setDefinition(java.lang.String value)
Sets the value of the 'Definition' attribute.

Parameters:
value - the new value of the 'Definition' attribute.
See Also:
getDefinition()

getRules

org.eclipse.emf.common.util.EList getRules()
Deprecated. only reserved for compatibility

Returns the value of the 'Rules' containment reference list. The list contents are of type Rule.

Returns:
the value of the 'Rules' containment reference list.
See Also:
DataPackage.getQuery_Rules()

getGrouping

SeriesGrouping getGrouping()
Returns the value of the 'Grouping' containment reference.

If the meaning of the 'Grouping' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grouping' containment reference.
See Also:
setGrouping(SeriesGrouping), DataPackage.getQuery_Grouping()

setGrouping

void setGrouping(SeriesGrouping value)
Sets the value of the 'Grouping' containment reference.

Parameters:
value - the new value of the 'Grouping' containment reference.
See Also:
getGrouping()

isDefined

boolean isDefined()
Returns:


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