|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |