|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DData
org.eclipse.tptp.platform.report.birt).
public class DData
A DData is a class to set user data in a document hierarchy. A user data is a reference to a Java object (inherits of Object class).
| Constructor Summary | |
|---|---|
DData()
Deprecated. Creates a user data object with a null reference. |
|
DData(java.lang.Object d)
Deprecated. Creates a user data object and references an object passed in parameter. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getData()
Deprecated. Access method for the data property. |
void |
setData(java.lang.Object aData)
Deprecated. Sets the value of the data property. |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem |
|---|
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DData()
public DData(java.lang.Object d)
| Method Detail |
|---|
public java.lang.Object getData()
public void setData(java.lang.Object aData)
aData - the new value of the data property
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||