Uses of Enum
org.eclipse.birt.chart.model.attribute.DataType
Packages that use DataType
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 DataType in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type DataTypeModifier and TypeFieldDescriptionDataType.VALUES
A public read-only list of all the 'Data Type' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return DataTypeModifier and TypeMethodDescriptionstatic DataType
DataType.get
(int value) Returns the 'Data Type' literal with the specified integer value.static DataType
Returns the 'Data Type' literal with the specified literal value.static DataType
Returns the 'Data Type' literal with the specified name.static DataType
Returns the enum constant of this type with the specified name.static DataType[]
DataType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.birt.chart.model.attribute with parameters of type DataTypeModifier and TypeMethodDescriptionstatic List
GroupingUnitType.getGroupingUnits
(DataType dataType) Returns grouping units type by specified data type. -
Uses of DataType in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return DataTypeModifier and TypeMethodDescriptionAttributeFactoryImpl.createDataTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createDataTypeObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of DataType in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return DataTypeModifier and TypeMethodDescriptionSeriesGrouping.getGroupType()
Returns the value of the 'Group Type' attribute.Methods in org.eclipse.birt.chart.model.data with parameters of type DataTypeModifier and TypeMethodDescriptionvoid
SeriesGrouping.setGroupType
(DataType value) Sets the value of the 'Group Type
' attribute. -
Uses of DataType in org.eclipse.birt.chart.model.data.impl
Methods in org.eclipse.birt.chart.model.data.impl that return DataTypeMethods in org.eclipse.birt.chart.model.data.impl with parameters of type DataType