|
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
|
+--oracle.dss.util.SeriesComponentInfo
Series information about a component in a Graph. Used for components that have data associated with them.
| Constructor Summary | |
SeriesComponentInfo(int series)Constructor. | |
SeriesComponentInfo(int series, int edge)Constructor that specifies the series and the edge. | |
| Method Summary | |
java.lang.Object |
clone()Clones this SeriesComponentInfo. |
boolean |
equals(java.lang.Object o)Indicates whether the specified object is equivalent to this SeriesComponentInfo. |
int |
getEdge()Retrieves the edge that the series is on. |
QDR |
getQDR(DataAccess dataAccess, int flags)Retrieves a QDR for this SeriesComponentInfo. |
int |
getSeries()Retrieves the series number. |
java.lang.String |
toString()Produces a String that identifies the series. |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SeriesComponentInfo(int series)
series - The series that the component is in.
public SeriesComponentInfo(int series,
int edge)
series - the series the component is in.edge - The edge that series is on. Possible values are listed in the See Also section. The value depends on the return value of the Graph.isDataRowShownAsASeries.DataDirector.COLUMN_EDGE, DataDirector.ROW_EDGE, oracle.dss.graph| Method Detail |
public java.lang.Object clone()
SeriesComponentInfo.clone in class ComponentInfoSeriesComponentInfo.public int getSeries()
public int getEdge()
Graph.isDataRowShownAsASeries.DataDirector.COLUMN_EDGE, DataDirector.ROW_EDGE, Graph.isDataRowShownAsASeries()public boolean equals(java.lang.Object o)
SeriesComponentInfo. SeriesComponentInfo objects are equivalent if they refer to the same series.equals in class java.lang.Objecto - The object to compare with this SeriesComponentInfo.true if both objects refer to the same series, false if not or if o is not a SeriesComponentInfo.
public QDR getQDR(DataAccess dataAccess,
int flags)
QDR for this SeriesComponentInfo. The QDR identifies the dimension members for the data series for which this SeriesComponentInfo provides information.getQDR in class ComponentInfodataAccess - The DataAccess that provided the data for the series that this SeriesComponentInfo 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 row of data that this SeriesComponentInfo describes.DataAccess.QDR_WITH_PAGE, DataAccess.QDR_WITHOUT_PAGEpublic java.lang.String toString()
String that identifies the series.toString in class java.lang.ObjectString.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||