Interface Query
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QueryImpl
public interface Query extends IChartObject
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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 compatibilityboolean
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.
-
-
-
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
@Deprecated org.eclipse.emf.common.util.EList<Rule> getRules()
Deprecated.only reserved for compatibilityReturns the value of the 'Rules' containment reference list. The list contents are of typeRule
.- 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:
-
copyInstance
Query copyInstance()
- Specified by:
copyInstance
in interfaceIChartObject
-
getDefinitionExpression
ScriptExpression getDefinitionExpression()
-
setDefinitionExpression
void setDefinitionExpression(ScriptExpression expression)
-
-