| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.dataView.Attributes
public class Attributes
Describes the attributes of a data component.
| Field Summary | |
|---|---|
| static java.lang.String | ID_ATTRIBUTEId for the attribute ex: EmployeeName_id, Country_id, Product_id | 
| static java.lang.String | ID_VALUEId for the value ex: SMITH_id, USA_id, Coke_id | 
| static java.lang.String | LABEL_ATTRIBUTELabel for the attribute ex: EmployeeName, Country, Product | 
| static java.lang.String | LABEL_VALUELabel 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 | 
|---|
public static final java.lang.String LABEL_ATTRIBUTE
public static final java.lang.String ID_ATTRIBUTE
public static final java.lang.String LABEL_VALUE
public static final java.lang.String ID_VALUE
| Constructor Detail | 
|---|
public Attributes(DataAccess dataAccess,
                  int layer,
                  int slice,
                  int edge)
dataAccess - | Method Detail | 
|---|
public java.lang.Object getValue(java.lang.String attrName)
attrName - A constant for the attribute name -LABEL_ATTRIBUTE, 
                  LABEL_VALUE, ID_ATTRIBUTE, ID_VALUE and ROW_KEY.
LABEL_ATTRIBUTE, 
LABEL_VALUE, 
ID_ATTRIBUTE, 
ID_VALUE, 
#ROW_KEY| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||