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 Detail

      • 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 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()
      • 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:
      • setDefinitionExpression

        void setDefinitionExpression​(ScriptExpression expression)