Skip navigation links

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

E12063-03


oracle.dss.dataView
Class Attributes

java.lang.Object
  extended by oracle.dss.dataView.Attributes


public class Attributes
extends java.lang.Object

Describes the attributes of a data component.

Since:
R11

Field Summary
static java.lang.String ID_ATTRIBUTE
          Id for the attribute ex: EmployeeName_id, Country_id, Product_id
static java.lang.String ID_VALUE
          Id for the value ex: SMITH_id, USA_id, Coke_id
static java.lang.String LABEL_ATTRIBUTE
          Label for the attribute ex: EmployeeName, Country, Product
static java.lang.String LABEL_VALUE
          Label for the value ex: SMITH, USA, Coke

 

Constructor Summary
Attributes(DataAccess dataAccess, int layer, int slice, int edge)
          Constructor Applications do not need create this class.

 

Method Summary
 java.lang.Object getValue(java.lang.String attrName)
          Retrieves the value of a given attribute.

 

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

 

Field Detail

LABEL_ATTRIBUTE

public static final java.lang.String LABEL_ATTRIBUTE
Label for the attribute ex: EmployeeName, Country, Product
See Also:
Constant Field Values

ID_ATTRIBUTE

public static final java.lang.String ID_ATTRIBUTE
Id for the attribute ex: EmployeeName_id, Country_id, Product_id
See Also:
Constant Field Values

LABEL_VALUE

public static final java.lang.String LABEL_VALUE
Label for the value ex: SMITH, USA, Coke
See Also:
Constant Field Values

ID_VALUE

public static final java.lang.String ID_VALUE
Id for the value ex: SMITH_id, USA_id, Coke_id
See Also:
Constant Field Values

Constructor Detail

Attributes

public Attributes(DataAccess dataAccess,
                  int layer,
                  int slice,
                  int edge)
Constructor Applications do not need create this class.
Parameters:
dataAccess -

Method Detail

getValue

public java.lang.Object getValue(java.lang.String attrName)
Retrieves the value of a given attribute.
Parameters:
attrName - A constant for the attribute name -LABEL_ATTRIBUTE, LABEL_VALUE, ID_ATTRIBUTE, ID_VALUE and ROW_KEY.
Returns:
value of the attribute
See Also:
LABEL_ATTRIBUTE, LABEL_VALUE, ID_ATTRIBUTE, ID_VALUE, #ROW_KEY

Skip navigation links

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

E12063-03


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