Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.dss.dataView
Class StockDataComponentHandle

java.lang.Object
  extended by oracle.dss.dataView.ComponentHandle
      extended by oracle.dss.dataView.DataComponentHandle
          extended by oracle.dss.dataView.StockDataComponentHandle
All Implemented Interfaces:
java.io.Serializable

public class StockDataComponentHandle
extends DataComponentHandle

Since:
R11
See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.dss.dataView.DataComponentHandle
KEY_PATH, m_seriesAreRows, ROW_KEY, UNFORMATTED_VALUE
 
Fields inherited from class oracle.dss.dataView.ComponentHandle
m_dataAccess
 
Constructor Summary
StockDataComponentHandle(int id, java.lang.String name, java.lang.Object comp, int r, int c, int group, int series, int o, int h, int l, int cl, int v)
          Constructor that uses int values to specify the row and column.
 
Method Summary
 Attributes[] getCloseAttributes()
          The attributes that make up the Open component of Group ex: DataLabels - Close; Date: 7-12-07
 java.lang.Object getCloseValue(java.lang.String attrName)
          Retrieves the close data attribute values associated with attrName argument.
 Attributes[] getHighAttributes()
          The attributes that make up the High component of Group ex: DataLabels - High; Date: 7-12-07
 java.lang.Object getHighValue(java.lang.String attrName)
          Retrieves the high data attribute values associated with attrName argument.
 Attributes[] getLowAttributes()
          The attributes that make up the Low component of Group ex: DataLabels - Low; Date: 7-12-07
 java.lang.Object getLowValue(java.lang.String attrName)
          Retrieves the low data attribute values associated with attrName argument.
 Attributes[] getOpenAttributes()
          The attributes that make up the Open component of Group ex: DataLabels - Open; Date: 7-12-07
 java.lang.Object getOpenValue(java.lang.String attrName)
          Retrieves the open data attribute values associated with attrName argument.
 Attributes[] getVolumeAttributes()
          The attributes that make up the Open component of Group ex: DataLabels - Volume; Date: 7-12-07
 java.lang.Object getVolumeValue(java.lang.String attrName)
          Retrieves the volume data attribute values associated with attrName argument.
 
Methods inherited from class oracle.dss.dataView.DataComponentHandle
equals, getColumn, getComponentInfo, getGroup, getGroupAttributes, getRow, getSeries, getSeriesAttributes, getValue, isSeriesComponent, setSeriesAreRows, setSeriesComponent, toString
 
Methods inherited from class oracle.dss.dataView.ComponentHandle
getComponent, getID, getName, setDataAccess
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StockDataComponentHandle

public StockDataComponentHandle(int id,
                                java.lang.String name,
                                java.lang.Object comp,
                                int r,
                                int c,
                                int group,
                                int series,
                                int o,
                                int h,
                                int l,
                                int cl,
                                int v)
Constructor that uses int values to specify the row and column.

Parameters:
id - In a graph, a constant that identifies the represented graph component, such as Graph.DATAMARKER. For a GridView, the constant GridView.DATA_CELL.
name - The name of the component that this DataComponentHandle represents.
comp - The actual reference to the component.
r - The row of the component or cell.
c - The column of the component or cell.
Method Detail

getOpenValue

public java.lang.Object getOpenValue(java.lang.String attrName)
Retrieves the open data attribute values associated with attrName argument.

Parameters:
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEY
Returns:
the data attribute value ex: a Double
See Also:
DataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEY

getHighValue

public java.lang.Object getHighValue(java.lang.String attrName)
Retrieves the high data attribute values associated with attrName argument.

Parameters:
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEY
Returns:
the data attribute value ex: a Double
See Also:
DataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEY

getLowValue

public java.lang.Object getLowValue(java.lang.String attrName)
Retrieves the low data attribute values associated with attrName argument.

Parameters:
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEY
Returns:
the data attribute value ex: a Double
See Also:
DataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEY

getCloseValue

public java.lang.Object getCloseValue(java.lang.String attrName)
Retrieves the close data attribute values associated with attrName argument.

Parameters:
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEY
Returns:
the data attribute value ex: a Double
See Also:
DataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEY

getVolumeValue

public java.lang.Object getVolumeValue(java.lang.String attrName)
Retrieves the volume data attribute values associated with attrName argument.

Parameters:
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEY
Returns:
the data attribute value ex: a Double
See Also:
DataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEY

getOpenAttributes

public Attributes[] getOpenAttributes()
The attributes that make up the Open component of Group ex: DataLabels - Open; Date: 7-12-07

Returns:
array of Attributes

getHighAttributes

public Attributes[] getHighAttributes()
The attributes that make up the High component of Group ex: DataLabels - High; Date: 7-12-07

Returns:
array of Attributes

getLowAttributes

public Attributes[] getLowAttributes()
The attributes that make up the Low component of Group ex: DataLabels - Low; Date: 7-12-07

Returns:
array of Attributes

getCloseAttributes

public Attributes[] getCloseAttributes()
The attributes that make up the Open component of Group ex: DataLabels - Close; Date: 7-12-07

Returns:
array of Attributes

getVolumeAttributes

public Attributes[] getVolumeAttributes()
The attributes that make up the Open component of Group ex: DataLabels - Volume; Date: 7-12-07

Returns:
array of Attributes

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.