Uses of Class
omix.lang.chart.data.CategoryTableDataReference.SeriesLocation
Package | Description |
---|---|
omix.lang.chart.data |
This package contains types used in OVL.
|
-
Uses of CategoryTableDataReference.SeriesLocation in omix.lang.chart.data
Methods in omix.lang.chart.data that return CategoryTableDataReference.SeriesLocation Modifier and Type Method Description CategoryTableDataReference.SeriesLocation
CategoryTableDataReference. getSeriesLocation()
static CategoryTableDataReference.SeriesLocation
CategoryTableDataReference.SeriesLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CategoryTableDataReference.SeriesLocation[]
CategoryTableDataReference.SeriesLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in omix.lang.chart.data with parameters of type CategoryTableDataReference.SeriesLocation Modifier and Type Method Description void
CategoryTableDataReference. setSeriesLocation(CategoryTableDataReference.SeriesLocation type)
Constructors in omix.lang.chart.data with parameters of type CategoryTableDataReference.SeriesLocation Constructor Description CategoryTableDataReference(CategoryTableDataReference.SeriesLocation seriesLocation, String tablePath)
CategoryTableDataReference(CategoryTableDataReference.SeriesLocation seriesLocation, String dataSourceIdentifier, String tableIdentifier)