|
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
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--oracle.dss.util.AbstractMap
|
+--oracle.dss.util.DataMap
List of the requested types of data that can be retrieved from a cursor (DataAccess object). At each point in a cursor, several types of information may be available. This list identifies all the types of information that have been requested by any view that uses the cursor.
| Field Summary | |
static java.lang.String |
DATA_ANNOTATIONAn annotation for a data value. |
static java.lang.String |
DATA_FORMATTEDFormatted data. |
static java.lang.String |
DATA_GROUPSORTRequests information about whether a cell is involved in a table group sort, and if so, where the cell is located (at the start, at the end, or in the middle of the sort). |
static java.lang.String |
DATA_NAMEUnique name in the database for a specified table cell. |
static java.lang.String |
DATA_RATIOThe percentage of the width of the column to paint a graphic bar in a cell in a table or crosstab. |
static java.lang.String |
DATA_TYPEA data type of a specified value in the database. |
static java.lang.String |
DATA_UNFORMATTEDUnformatted data. |
static java.lang.String |
DATA_VIEWFORMATThe ViewFormat providing cell-level format property overrides. |
static java.lang.String |
DATA_VIEWSTYLEThe ViewStyle providing cell-level style property overrides. |
| Fields inherited from class oracle.dss.util.AbstractMap |
MAP_TYPE_NOT_FOUND |
| Constructor Summary | |
DataMap()Constructor for an empty data map. | |
DataMap(java.util.Enumeration availableTypes)Constructor that initializes the map from an Enumeration. | |
DataMap(java.lang.String type)Constructor that initializes the map with one type. | |
DataMap(java.lang.String[] availableTypes)Constructor that initializes the map from an array. | |
| Methods inherited from class oracle.dss.util.AbstractMap |
addType, clone, containsType, getTypeAt, isSuperset, merge, removeType, types |
| Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Field Detail |
public static final java.lang.String DATA_FORMATTED
DataAccess.getValue method usually returns a String when you use this constant as its type parameter.public static final java.lang.String DATA_UNFORMATTED
type parameter for the DataAccess.getValue method retrieves unformatted data for a specified data value.public static final java.lang.String DATA_TYPE
type parameter for the DataAccess.getValue method retrieves the data type of a specified data value.public static final java.lang.String DATA_RATIO
type parameter for the DataAccess.getValue method returns a Float. You can set rules to display bars in cells.public static final java.lang.String DATA_GROUPSORT
Using this constant as the type parameter for the DataAccess.getValue method retrieves a value that is represented by one of the DataDirector constants that begin with GROUPSORT_.
DataDirector.GROUPSORT_NONE, DataDirector.GROUPSORT_START, DataDirector.GROUPSORT_MIDDLE, DataDirector.GROUPSORT_ENDpublic static final java.lang.String DATA_VIEWSTYLE
ViewStyleHandlepublic static final java.lang.String DATA_VIEWFORMAT
ViewFormatHandlepublic static final java.lang.String DATA_ANNOTATION
type parameter for the DataAccess.getValue method retrieves an annotation for a specified data value.public static final java.lang.String DATA_NAME
type parameter for the DataAccess.getValue method retrieves a name for a specified cell in table.| Constructor Detail |
public DataMap()
public DataMap(java.lang.String[] availableTypes)
availableTypes - An array of types for this data cursor.public DataMap(java.lang.String type)
type - The type to put in this map.public DataMap(java.util.Enumeration availableTypes)
availableTypes - An Enumeration of types for this data cursor.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||