|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
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 |
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 |
public static final SeriesDefinition[] EMPTY_ARRAY
Method Detail |
public Query getQuery()
setQuery(Query)
,
DataPackage.getSeriesDefinition_Query()
public void setQuery(Query value)
Query
' containment reference.
value
- the new value of the 'Query' containment reference.getQuery()
public Palette getSeriesPalette()
setSeriesPalette(Palette)
,
DataPackage.getSeriesDefinition_SeriesPalette()
public void setSeriesPalette(Palette value)
Series Palette
' containment reference.
value
- the new value of the 'Series Palette' containment reference.getSeriesPalette()
public org.eclipse.emf.common.util.EList getSeriesDefinitions()
SeriesDefinition
.
DataPackage.getSeriesDefinition_SeriesDefinitions()
public FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier)
,
DataPackage.getSeriesDefinition_FormatSpecifier()
public void setFormatSpecifier(FormatSpecifier value)
Format Specifier
' containment reference.
value
- the new value of the 'Format Specifier' containment reference.getFormatSpecifier()
public org.eclipse.emf.common.util.EList getSeries()
Series
.
Holds all the series for the chart.
DataPackage.getSeriesDefinition_Series()
public SeriesGrouping getGrouping()
setGrouping(SeriesGrouping)
,
DataPackage.getSeriesDefinition_Grouping()
public void setGrouping(SeriesGrouping value)
Grouping
' containment reference.
value
- the new value of the 'Grouping' containment reference.getGrouping()
public 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()
public void setSorting(SortOption value)
Sorting
' attribute.
value
- the new value of the 'Sorting' attribute.SortOption
,
isSetSorting()
,
unsetSorting()
,
getSorting()
public void unsetSorting()
Sorting
' attribute.
isSetSorting()
,
getSorting()
,
setSorting(SortOption)
public boolean isSetSorting()
Sorting
' attribute is set.
unsetSorting()
,
getSorting()
,
setSorting(SortOption)
public Series getDesignTimeSeries()
public java.util.List getRunTimeSeries()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |