TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DItemPointer

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DItemPointer
All Implemented Interfaces:
IDItem, IDObject

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DItemPointer
extends DItem

A DItemPointer is a pointer. This element is not implemented yet.


Constructor Summary
DItemPointer()
          Deprecated. Constructs a DItemPointer.
DItemPointer(DItem it)
          Deprecated. Constructs a DItemPointer and initializes the item with it.
 
Method Summary
 DItem getItem()
          Deprecated. Access method for the item property.
 void setItem(DItem aItem)
          Deprecated. Sets the value of the item 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

DItemPointer

public DItemPointer(DItem it)
Deprecated. 
Constructs a DItemPointer and initializes the item with it.

Parameters:
it - item

DItemPointer

public DItemPointer()
Deprecated. 
Constructs a DItemPointer.

Method Detail

getItem

public DItem getItem()
Deprecated. 
Access method for the item property.

Returns:
the current value of the item property

setItem

public void setItem(DItem aItem)
Deprecated. 
Sets the value of the item property.

Parameters:
aItem - the new value of the item property

TPTP 4.5.0 Platform Project
Internal API Specification