|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataType | |
---|---|
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
org.eclipse.birt.chart.model.data | Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.model.data.impl | Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of DataType in org.eclipse.birt.chart.model.attribute |
---|
Fields in org.eclipse.birt.chart.model.attribute declared as DataType | |
---|---|
static DataType |
DataType.DATE_TIME_LITERAL
The 'Date Time' literal object. |
static DataType |
DataType.NUMERIC_LITERAL
The 'Numeric' literal object. |
static DataType |
DataType.TEXT_LITERAL
The 'Text' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return DataType | |
---|---|
static DataType |
DataType.get(int value)
Returns the 'Data Type' literal with the specified integer value. |
static DataType |
DataType.get(java.lang.String literal)
Returns the 'Data Type' literal with the specified literal value. |
static DataType |
DataType.getByName(java.lang.String name)
Returns the 'Data Type' literal with the specified name. |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type DataType | |
---|---|
static java.util.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 DataType | |
---|---|
DataType |
AttributeFactoryImpl.createDataTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
DataType |
AttributeFactoryImpl.createDataTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Uses of DataType in org.eclipse.birt.chart.model.attribute.util |
---|
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type DataType | |
---|---|
boolean |
AttributeValidator.validateDataType(DataType dataType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
AttributeValidator.validateDataTypeObject(DataType dataTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of DataType in org.eclipse.birt.chart.model.data |
---|
Methods in org.eclipse.birt.chart.model.data that return DataType | |
---|---|
DataType |
SeriesGrouping.getGroupType()
Returns the value of the 'Group Type' attribute. |
Methods in org.eclipse.birt.chart.model.data with parameters of type DataType | |
---|---|
void |
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 DataType | |
---|---|
DataType |
SeriesGroupingImpl.getGroupType()
|
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type DataType | |
---|---|
void |
SeriesGroupingImpl.setGroupType(DataType newGroupType)
|
Uses of DataType in org.eclipse.birt.chart.util |
---|
Methods in org.eclipse.birt.chart.util with parameters of type DataType | |
---|---|
static NameSet |
LiteralHelper.getGroupingUnitTypeSet(DataType dataType)
Returns grouping unit types of specified data type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |