Uses of Class
org.eclipse.birt.report.engine.api.DataID
Packages that use DataID
Package
Description
This is an application-writer's interface for using the BIRT report engine.
-
Uses of DataID in org.eclipse.birt.report.engine.api
Fields in org.eclipse.birt.report.engine.api declared as DataIDMethods in org.eclipse.birt.report.engine.api that return DataIDModifier and TypeMethodDescriptionInstanceID.getDataID()
Get data id of the element.static DataID
create a new data id instance from the string.Constructors in org.eclipse.birt.report.engine.api with parameters of type DataIDModifierConstructorDescriptionInstanceID
(InstanceID parent, long uid, long designId, DataID dataId) Constructor.InstanceID
(InstanceID parent, long designId, DataID dataId) Constructor.