TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DInclude
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 DInclude
extends DItem

This interface provides the include information.


Constructor Summary
DInclude()
          Deprecated.  
 
Method Summary
 java.lang.String getHref()
          Deprecated.  
 java.lang.String getJavaScript()
          Deprecated.  
 void setHref(java.lang.String href)
          Deprecated.  
 void setJavaScript(java.lang.String javaScript)
          Deprecated.  
 
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

DInclude

public DInclude()
Deprecated. 
Method Detail

getHref

public java.lang.String getHref()
Deprecated. 

setHref

public void setHref(java.lang.String href)
Deprecated. 

getJavaScript

public java.lang.String getJavaScript()
Deprecated. 

setJavaScript

public void setJavaScript(java.lang.String javaScript)
Deprecated. 

TPTP 4.5.0 Platform Project
Internal API Specification