TPTP 4.5.0 Platform Project
Internal API Specification

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

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

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 DIndex
extends DItem
implements IDParagraphItem, IDTaggedItem

Creates automatically an index in the document. To render the index the driver uses the index entries which have the same property that the index. The index has a property to able to create different index in a document.

This item is not actually implemented by the drivers. It will be implemented in the next version.


Constructor Summary
DIndex()
          Deprecated. Creates an index with a null property.
DIndex(java.lang.String _name, java.lang.Object _value)
          Deprecated. Creates a DIndex with a property named _name and a value _value.
 
Method Summary
 java.util.ArrayList getEntries()
          Deprecated. Returns the entries of the index which match with the index property Not yet implemented will be in next version
 java.lang.String getProperty()
          Deprecated. Access method for the property property.
 java.lang.String getTag()
          Deprecated. Access method for the tag property.
 java.lang.Object getValue()
          Deprecated. Access method for the value property.
 void setProperty(java.lang.String aProperty)
          Deprecated. Sets the value of the property property.
 void setTag(java.lang.String aTag)
          Deprecated. Sets the value of the tag property.
 void setValue(java.lang.Object aValue)
          Deprecated. Sets the value of the value 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
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 

Constructor Detail

DIndex

public DIndex(java.lang.String _name,
              java.lang.Object _value)
Deprecated. 
Creates a DIndex with a property named _name and a value _value.


DIndex

public DIndex()
Deprecated. 
Creates an index with a null property.

Method Detail

getProperty

public java.lang.String getProperty()
Deprecated. 
Access method for the property property.

Returns:
the current value of the property property

setProperty

public void setProperty(java.lang.String aProperty)
Deprecated. 
Sets the value of the property property.

Parameters:
aProperty - the new value of the property property

getValue

public java.lang.Object getValue()
Deprecated. 
Access method for the value property.

Returns:
the current value of the value property

setValue

public void setValue(java.lang.Object aValue)
Deprecated. 
Sets the value of the value property.

Parameters:
aValue - the new value of the value property

getTag

public java.lang.String getTag()
Deprecated. 
Access method for the tag property.

Specified by:
getTag in interface IDTaggedItem
Returns:
the current value of the tag property

setTag

public void setTag(java.lang.String aTag)
Deprecated. 
Sets the value of the tag property.

Specified by:
setTag in interface IDTaggedItem
Parameters:
aTag - the new value of the tag property

getEntries

public java.util.ArrayList getEntries()
Deprecated. 
Returns the entries of the index which match with the index property Not yet implemented will be in next version


TPTP 4.5.0 Platform Project
Internal API Specification