Uses of Class
org.eclipse.birt.report.engine.api.DataID

Packages that use DataID
org.eclipse.birt.report.engine.api 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 DataID
protected  DataID InstanceID.dataId
           
 

Methods in org.eclipse.birt.report.engine.api that return DataID
 DataID InstanceID.getDataID()
          Get data id of the element.
static DataID DataID.parse(java.lang.String dataId)
          create a new data id instance from the string.
 

Constructors in org.eclipse.birt.report.engine.api with parameters of type DataID
InstanceID(InstanceID parent, long designId, DataID dataId)
          Constructor.
InstanceID(InstanceID parent, long uid, long designId, DataID dataId)
          Constructor.
 



Copyright © 2008 Actuate Corp. All rights reserved.