|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SeriesDefinition
A representation of the model object 'Series Definition'. This type represents design-time definition for a series.
The following features are supported:
DataPackage.getSeriesDefinition()
Field Summary | |
---|---|
static SeriesDefinition[] |
EMPTY_ARRAY
|
Method Summary | |
---|---|
Series |
getDesignTimeSeries()
|
FormatSpecifier |
getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
SeriesGrouping |
getGrouping()
Returns the value of the 'Grouping' containment reference. |
Query |
getQuery()
Returns the value of the 'Query' containment reference. |
java.util.List |
getRunTimeSeries()
|
org.eclipse.emf.common.util.EList |
getSeries()
Returns the value of the 'Series' containment reference list. |
org.eclipse.emf.common.util.EList |
getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list. |
Palette |
getSeriesPalette()
Returns the value of the 'Series Palette' containment reference. |
SortOption |
getSorting()
Returns the value of the 'Sorting' attribute. |
Query |
getSortKey()
Returns the value of the 'Sort Key' containment reference. |
boolean |
isSetSorting()
Returns whether the value of the ' Sorting ' attribute is set. |
void |
setFormatSpecifier(FormatSpecifier value)
Sets the value of the ' Format Specifier ' containment reference. |
void |
setGrouping(SeriesGrouping value)
Sets the value of the ' Grouping ' containment reference. |
void |
setQuery(Query value)
Sets the value of the ' Query ' containment reference. |
void |
setSeriesPalette(Palette value)
Sets the value of the ' Series Palette ' containment reference. |
void |
setSorting(SortOption value)
Sets the value of the ' Sorting ' attribute. |
void |
setSortKey(Query value)
Sets the value of the ' Sort Key ' containment reference. |
void |
unsetSorting()
Unsets the value of the ' Sorting ' 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 |
Field Detail |
---|
static final SeriesDefinition[] EMPTY_ARRAY
Method Detail |
---|
Query getQuery()
setQuery(Query)
,
DataPackage.getSeriesDefinition_Query()
void setQuery(Query value)
Query
' containment reference.
value
- the new value of the 'Query' containment reference.getQuery()
Palette getSeriesPalette()
setSeriesPalette(Palette)
,
DataPackage.getSeriesDefinition_SeriesPalette()
void setSeriesPalette(Palette value)
Series Palette
' containment reference.
value
- the new value of the 'Series Palette' containment reference.getSeriesPalette()
org.eclipse.emf.common.util.EList getSeriesDefinitions()
SeriesDefinition
.
DataPackage.getSeriesDefinition_SeriesDefinitions()
FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier)
,
DataPackage.getSeriesDefinition_FormatSpecifier()
void setFormatSpecifier(FormatSpecifier value)
Format Specifier
' containment reference.
value
- the new value of the 'Format Specifier' containment reference.getFormatSpecifier()
org.eclipse.emf.common.util.EList getSeries()
Series
.
Holds all the series for the chart.
DataPackage.getSeriesDefinition_Series()
SeriesGrouping getGrouping()
setGrouping(SeriesGrouping)
,
DataPackage.getSeriesDefinition_Grouping()
void setGrouping(SeriesGrouping value)
Grouping
' containment reference.
value
- the new value of the 'Grouping' containment reference.getGrouping()
SortOption getSorting()
"Ascending"
. The literals are from the
enumeration SortOption
.
Defines if and how the series data is to be sorted for display. This
should only be applied to Base Series.
SortOption
,
isSetSorting()
,
unsetSorting()
,
setSorting(SortOption)
,
DataPackage.getSeriesDefinition_Sorting()
void setSorting(SortOption value)
Sorting
' attribute.
value
- the new value of the 'Sorting' attribute.SortOption
,
isSetSorting()
,
unsetSorting()
,
getSorting()
void unsetSorting()
Sorting
' attribute.
isSetSorting()
,
getSorting()
,
setSorting(SortOption)
boolean isSetSorting()
Sorting
' attribute is set.
unsetSorting()
,
getSorting()
,
setSorting(SortOption)
Query getSortKey()
If the meaning of the 'Sort Key' containment reference isn't clear, there really should be more of a description here...
setSortKey(Query)
,
DataPackage.getSeriesDefinition_SortKey()
void setSortKey(Query value)
Sort Key
' containment reference.
value
- the new value of the 'Sort Key' containment reference.getSortKey()
Series getDesignTimeSeries()
java.util.List getRunTimeSeries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |