public interface Query extends IChartObject
The following features are supported:
DataPackage.getQuery()
Modifier and Type | Method and Description |
---|---|
Query |
copyInstance() |
java.lang.String |
getDefinition()
Returns the value of the 'Definition' attribute.
|
ScriptExpression |
getDefinitionExpression() |
SeriesGrouping |
getGrouping()
Returns the value of the 'Grouping' containment reference.
|
org.eclipse.emf.common.util.EList<Rule> |
getRules()
Deprecated.
only reserved for compatibility
|
boolean |
isDefined() |
void |
setDefinition(java.lang.String value)
Sets the value of the '
Definition ' attribute. |
void |
setDefinitionExpression(ScriptExpression expression) |
void |
setGrouping(SeriesGrouping value)
Sets the value of the '
Grouping ' containment reference. |
java.lang.String getDefinition()
setDefinition(String)
,
DataPackage.getQuery_Definition()
void setDefinition(java.lang.String value)
Definition
' attribute.
value
- the new value of the 'Definition' attribute.getDefinition()
org.eclipse.emf.common.util.EList<Rule> getRules()
Rule
.
DataPackage.getQuery_Rules()
SeriesGrouping getGrouping()
If the meaning of the 'Grouping' containment reference isn't clear, there really should be more of a description here...
setGrouping(SeriesGrouping)
,
DataPackage.getQuery_Grouping()
void setGrouping(SeriesGrouping value)
Grouping
' containment reference.
value
- the new value of the 'Grouping' containment reference.getGrouping()
boolean isDefined()
Query copyInstance()
copyInstance
in interface IChartObject
ScriptExpression getDefinitionExpression()
void setDefinitionExpression(ScriptExpression expression)
Copyright © 2005-2008 Actuate Corp. All rights reserved.