Uses of Enum
org.eclipse.birt.chart.model.attribute.GroupingUnitType
Packages that use GroupingUnitType
Package
Description
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
-
Uses of GroupingUnitType in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type GroupingUnitTypeModifier and TypeFieldDescriptionstatic final List<GroupingUnitType>
GroupingUnitType.VALUES
A public read-only list of all the 'Grouping Unit Type' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return GroupingUnitTypeModifier and TypeMethodDescriptionstatic GroupingUnitType
GroupingUnitType.get
(int value) Returns the 'Grouping Unit Type' literal with the specified integer value.static GroupingUnitType
Returns the 'Grouping Unit Type' literal with the specified literal value.static GroupingUnitType
Returns the 'Grouping Unit Type' literal with the specified name.static GroupingUnitType
Returns the enum constant of this type with the specified name.static GroupingUnitType[]
GroupingUnitType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GroupingUnitType in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return GroupingUnitTypeModifier and TypeMethodDescriptionAttributeFactoryImpl.createGroupingUnitTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createGroupingUnitTypeObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of GroupingUnitType in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return GroupingUnitTypeModifier and TypeMethodDescriptionSeriesGrouping.getGroupingUnit()
Returns the value of the 'Grouping Unit' attribute.Methods in org.eclipse.birt.chart.model.data with parameters of type GroupingUnitTypeModifier and TypeMethodDescriptionvoid
SeriesGrouping.setGroupingUnit
(GroupingUnitType value) Sets the value of the 'Grouping Unit
' attribute. -
Uses of GroupingUnitType in org.eclipse.birt.chart.model.data.impl
Methods in org.eclipse.birt.chart.model.data.impl that return GroupingUnitTypeMethods in org.eclipse.birt.chart.model.data.impl with parameters of type GroupingUnitTypeModifier and TypeMethodDescriptionvoid
SeriesGroupingImpl.setGroupingUnit
(GroupingUnitType newGroupingUnit)