|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dss.util.ComponentInfo
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 |
public ComponentInfo()
Method Detail |
public abstract java.lang.Object clone()
ComponentInfo
. For support of the Cloneable
interface.ComponentInfo
.public abstract QDR getQDR(DataAccess dataAccess, int flags)
QDR
for this ComponentInfo
. The QDR
identifies data as appropriate to the kind of ComponentInfo
that this is.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.QDR
that identifies the data in the object that this ComponentInfo
describes.DataAccess.QDR_WITH_PAGE
, DataAccess.QDR_WITHOUT_PAGE
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |