Uses of Class
org.eclipse.birt.report.engine.api.DataSetID
Packages that use DataSetID
Package
Description
This is an application-writer's interface for using the BIRT report engine.
This package defines 3 key interfaces ---- IReportItemQuery, IReportItemGeneration,
and IReportItemPresentation ---- that are used to process an extended item
at query preparation, report generation and report rendering times.
-
Uses of DataSetID in org.eclipse.birt.report.engine.api
Fields in org.eclipse.birt.report.engine.api declared as DataSetIDMethods in org.eclipse.birt.report.engine.api that return DataSetIDModifier and TypeMethodDescriptionDataID.getDataSetID()
return the data set.DataSetID.getParentID()
parent data set if any.static DataSetID
DataSetID.parse
(char[] buffer, int offset, int length) Parse dataSetID.static DataSetID
Parse the dataSetID of a StringConstructors in org.eclipse.birt.report.engine.api with parameters of type DataSetIDModifierConstructorDescriptionCreate the new data id instance.Create the new data id instantce.DataSetID of the subquery.DataSetID of the subquery. -
Uses of DataSetID in org.eclipse.birt.report.engine.extension
Methods in org.eclipse.birt.report.engine.extension that return DataSetID