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

public 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

public 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

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

isDefined

public boolean isDefined()
Returns:


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