TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.internal
Class HtmlVariable

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.internal.HtmlVariable

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 HtmlVariable
extends java.lang.Object

Mark a variable in a List returned by Html configuration file.


Field Summary
protected  java.lang.String name_
          Deprecated.  
 
Constructor Summary
HtmlVariable(java.lang.String name)
          Deprecated. Create a variable identified with given name.
 
Method Summary
 java.lang.String getName()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name_

protected java.lang.String name_
Deprecated. 
Constructor Detail

HtmlVariable

public HtmlVariable(java.lang.String name)
Deprecated. 
Create a variable identified with given name.

Method Detail

getName

public java.lang.String getName()
Deprecated. 
Returns:
the name of the variable

TPTP 4.5.0 Platform Project
Internal API Specification