|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
A representation of the model object 'Query'. This type represents design-time definition for the dataset in a series.
The following features are supported:
DataPackage.getQuery()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |