Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Class ComponentInfo

java.lang.Object
  |
  +--oracle.dss.util.ComponentInfo
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ColumnComponentInfo, DataComponentInfo, EdgeComponentInfo, GroupComponentInfo, PageItemComponentInfo, RowComponentInfo, SeriesComponentInfo

public abstract class ComponentInfo
extends java.lang.Object
implements java.lang.Cloneable

Information about a component in a DataView. Concrete subclasses of this class provide information that is specific to the kinds of component they describe.


Constructor Summary
ComponentInfo()
          Constructor.

 

Method Summary
abstract  java.lang.Object clone()
          Clones this ComponentInfo.
abstract  QDR getQDR(DataAccess dataAccess, int flags)
          Retrieves a QDR for this ComponentInfo.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ComponentInfo

public ComponentInfo()
Constructor.
Method Detail

clone

public abstract java.lang.Object clone()
Clones this ComponentInfo. For support of the Cloneable interface.
Returns:
The clone of this ComponentInfo.

getQDR

public abstract QDR getQDR(DataAccess dataAccess,
                           int flags)
Retrieves a QDR for this ComponentInfo. The QDR identifies data as appropriate to the kind of ComponentInfo that this is.
Parameters:
dataAccess - The DataAccess that provides data to the object that this ComponentInfo describes.
flags - A constant that identifies whether to include page edge information if the QDR is not for the page edge. Valid constants are listed in the See Also section.
Returns:
The QDR that identifies the data in the object that this ComponentInfo describes.
See Also:
DataAccess.QDR_WITH_PAGE, DataAccess.QDR_WITHOUT_PAGE

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.