| 
 | 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.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
oracle.dss.util.AbstractMap
oracle.dss.util.MetadataMap
public class MetadataMap
| Field Summary | |
|---|---|
| static java.lang.String | METADATA_AGGTYPEIf METADATA_ISTOTAL is true, then this returns a value of oracle.dss.util.transform.total.AggType. | 
| static java.lang.String | METADATA_CHILDCOUNT | 
| static java.lang.String | METADATA_CURDRILLPATHReturns String ID of the current Drill Path. | 
| static java.lang.String | METADATA_CURDRILLTARGETReturns String ID of current Drill Target for the current Drill Path | 
| static java.lang.String | METADATA_DATATYPEMeasure data type information. | 
| static java.lang.String | METADATA_DATAVALUEThe unique key value of the member, in its original data format. | 
| static java.lang.String | METADATA_DATEThe dimension member, as a Dateobject. | 
| static java.lang.String | METADATA_DATESPANThe span, in days, of the specified time dimension member. | 
| static java.lang.String | METADATA_DISPLAYNAMEThe name of the dimension member, if available. | 
| static java.lang.String | METADATA_DRILL_PARENT_DATEThe dimension member, as a Dateobject, for a drilled
 dimension member's parent. | 
| static java.lang.String | METADATA_DRILL_PARENT_DATESPANThe span, in days, of the specified drilled time dimension member's parent. | 
| static java.lang.String | METADATA_DRILL_PARENT_LONGLABELLong label for a drilled dimension member's parent. | 
| static java.lang.String | METADATA_DRILL_PARENT_MEDIUMLABELMedium label for a drilled dimension member's parent. | 
| static java.lang.String | METADATA_DRILL_PARENT_SHORTLABELShort label for a drilled dimension member's parent. | 
| static java.lang.String | METADATA_DRILLPATHSReturns List of valid DrillPathMetadatainstances. | 
| static java.lang.String | METADATA_DRILLSTATEValue that indicates the type of drill available and its icon. | 
| static java.lang.String | METADATA_EXTENTThe extent of the member, expressed in terms of data slices. | 
| static java.lang.String | METADATA_FORMATNumber format. | 
| static java.lang.String | METADATA_HIERARCHYReturns String ID of the member's hierarchy, if any. | 
| static java.lang.String | METADATA_INDENTNumber of levels to indent the dimension member. | 
| static java.lang.String | METADATA_IS_CALCULATED_MEMBERIs the specified member a calculated member? A return value of trueindicates that it is. | 
| static java.lang.String | METADATA_ISAGGIs the specified member considered an aggregate by the provider of data/metadata? trueindicates that it is. | 
| static java.lang.String | METADATA_ISTOTALIs the specified member located in a total row or column? A return value of trueindicates that it is. | 
| static java.lang.String | METADATA_LEVELThe name of the level of which this item is a member. | 
| static java.lang.String | METADATA_LEVEL_LABELThe formatted name of the level of which this item is a member. | 
| static java.lang.String | METADATA_LEVEL_NAMEThe name, which may be different from the unique name of METADATA_LEVELof the member's level. | 
| static java.lang.String | METADATA_LONGLABELLong label for the dimension member. | 
| static java.lang.String | METADATA_MEDIUMLABELMedium label for the dimension member. | 
| static java.lang.String | METADATA_PARENTParent dimension member of a member. | 
| static java.lang.String | METADATA_PARENT_LEVELParent dimension member of a member's level. | 
| static java.lang.String | METADATA_POSITIONPosition of a member within its hierarchical location. | 
| static java.lang.String | METADATA_QUERYPARENT | 
| static java.lang.String | METADATA_RAWVALUEDeprecated. Deprecated since 11.1.1.4.0. See (@link METADATA_DATAVALUE) | 
| static java.lang.String | METADATA_REL_INDENTRelative level indent number in the cursor for a given dimension. | 
| static java.lang.String | METADATA_RELHIERINFORelative hierarchy information. | 
| static java.lang.String | METADATA_SHORTLABELShort label for the dimension value. | 
| static java.lang.String | METADATA_SORT_ATTRAn attribute used for sorting in a header, for example. | 
| static java.lang.String | METADATA_STARTThe starting slice of the member. | 
| static java.lang.String | METADATA_UNIQUE_PARENT | 
| static java.lang.String | METADATA_UNIQUE_VALUE | 
| static java.lang.String | METADATA_VALUEThe unique ID of the dimension member. | 
| static java.lang.String | METADATA_VALUE_RAWDeprecated. Deprecated since 11.1.1.4.0. See (@link METADATA_DATAVALUE) | 
| static java.lang.String | METADATA_VIEWSTYLEA handle to the ViewStylethat provides style property
 settings for a cell. | 
| Fields inherited from class oracle.dss.util.AbstractMap | 
|---|
| MAP_TYPE_NOT_FOUND | 
| Fields inherited from class java.util.Vector | 
|---|
| capacityIncrement, elementCount, elementData | 
| Fields inherited from class java.util.AbstractList | 
|---|
| modCount | 
| Constructor Summary | |
|---|---|
| MetadataMap()Constructor for an empty map. | |
| MetadataMap(java.util.Enumeration types)Constructor that initializes the map from an Enumeration. | |
| MetadataMap(java.lang.String type)Constructor that initializes the map with one type. | |
| MetadataMap(java.lang.String[] availableTypes)Constructor that initializes the map from an array. | |
| Method Summary | 
|---|
| 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, removeRange, 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 | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.List | 
|---|
| iterator, listIterator, listIterator | 
| Field Detail | 
|---|
public static final java.lang.String METADATA_VALUE
getMemberMetadata method returns a
 String when you use this constant for its
 type parameter.
public static final java.lang.String METADATA_DISPLAYNAME
getMemberMetadata method returns a
 String when you use this constant for its
 type parameter.  For the measure dimension, the 
 METADATA_DISPLAYNAME is distinct from the 
 METADATA_VALUE. For other dimensions, which may
 not have a distinct METADATA_DISPLAYNAME for their members, the return 
 value for the getMemberMetadata method
 is equivalent to the return value when you use 
 METADATA_VALUE for the type parameter.
public static final java.lang.String METADATA_LONGLABEL
getMemberMetadata method returns a
 String when you use this constant for its
 type parameter..
public static final java.lang.String METADATA_SHORTLABEL
getMemberMetadata method returns a
 String when you use this constant for its
 type parameter.
public static final java.lang.String METADATA_INDENT
getMemberMetadata method returns an
 Integer when you use this constant as its type
 parameter.
 To specify indentation for hierarchical dimensions, call
 setAutoIndent in the CrosstabModelAdapter.
public static final java.lang.String METADATA_DRILLSTATE
type parameter for the
 getMemberMetadata method to retrieve a
 constant that describes whether the dimension member has been drilled
 or can be drilled. The drill state constants begin with the prefix
 DRILLSTATE_ and are defined in the
 DataDirector interface.
DataDirector.DRILLSTATE_DRILLABLE, 
DataDirector.DRILLSTATE_IS_DRILLED, 
DataDirector.DRILLSTATE_NOT_DRILLABLE, 
Constant Field Valuespublic static final java.lang.String METADATA_PARENT
public static final java.lang.String METADATA_PARENT_LEVEL
public static final java.lang.String METADATA_DRILL_PARENT_LONGLABEL
getMemberMetadata method returns a
 String when you use this constant for
 its type parameter.
public static final java.lang.String METADATA_DRILL_PARENT_SHORTLABEL
getMemberMetadata method returns a
 String when you use this constant for
 its type parameter.
public static final java.lang.String METADATA_DRILL_PARENT_DATE
Date object, for a drilled
 dimension member's parent.
 When you pass this constant as the type parameter,
 the DataAccess.getMemberMetadata method returns a
 java.sql.Date.
public static final java.lang.String METADATA_DRILL_PARENT_DATESPAN
public static final java.lang.String METADATA_REL_INDENT
getMemberMetadata method returns an
 Integer when you use this constant as its
 type parameter.
public static final java.lang.String METADATA_LEVEL
type parameter,
 the DataAccess.getMemberMetadata method returns a
 String.
public static final java.lang.String METADATA_LEVEL_LABEL
type parameter,
 the DataAccess.getMemberMetadata method returns a
 String.
public static final java.lang.String METADATA_LEVEL_NAME
METADATA_LEVEL of the member's level.  This name
 is unique in the member's dimension and hierarchy if
 it is not unique overall.  If an implementation does not
 distinguish between a level name within a dimension/hierarchy and
 a unique level name, then this type should return the same
 value as METADATA_LEVEL.
public static final java.lang.String METADATA_ISTOTAL
true indicates that it is.
public static final java.lang.String METADATA_AGGTYPE
public static final java.lang.String METADATA_ISAGG
true indicates that it is.  Primarily used for differentiating members
 for formatting.
public static final java.lang.String METADATA_DATE
Date object.
 When you pass this constant as the type parameter,
 the DataAccess.getMemberMetadata method returns a
 java.sql.Date.
public static final java.lang.String METADATA_DATESPAN
public static final java.lang.String METADATA_POSITION
getMemberMetadata method returns an
 int when you use this constant as its
 type parameter.
public static final java.lang.String METADATA_RELHIERINFO
getMemberMetadata method returns a
 String when you use this constant as its
 type parameter.
public static final java.lang.String METADATA_VALUE_RAW
public static final java.lang.String METADATA_DATAVALUE
public static final java.lang.String METADATA_UNIQUE_VALUE
getMemberMetadata method returns a
 String when you use this constant for its
 type parameter.
 For OLAP data sources, this may be a hierarchy/level/member value
 combination.  For others, the value may be equal to METADATA_VALUE.public static final java.lang.String METADATA_MEDIUMLABEL
getMemberMetadata method returns a
 String when you use this constant for its
 type parameter.
public static final java.lang.String METADATA_FORMAT
getMemberMetadata method returns a
 String when you use this constant as its
 type parameter.
public static final java.lang.String METADATA_UNIQUE_PARENT
public static final java.lang.String METADATA_DRILL_PARENT_MEDIUMLABEL
getMemberMetadata method returns a
 String when you use this constant for
 its type parameter.
public static final java.lang.String METADATA_VIEWSTYLE
ViewStyle that provides style property
 settings for a cell.
 Using this constant as the type parameter for the
 DataAccess.getMemberMetadata method returns a
 ViewStyleHandle.
ViewStyleHandle, 
Constant Field Valuespublic static final java.lang.String METADATA_DRILLPATHS
DrillPathMetadata instances.
DrillPathMetadata, 
Constant Field Valuespublic static final java.lang.String METADATA_CURDRILLPATH
public static final java.lang.String METADATA_CURDRILLTARGET
public static final java.lang.String METADATA_DATATYPE
null.
public static final java.lang.String METADATA_QUERYPARENT
public static final java.lang.String METADATA_CHILDCOUNT
public static final java.lang.String METADATA_HIERARCHY
public static final java.lang.String METADATA_IS_CALCULATED_MEMBER
true indicates that it is.
public static final java.lang.String METADATA_RAWVALUE
getMemberMetadata method returns a
 String when you use this constant for its
 type parameter.
public static final java.lang.String METADATA_EXTENT
public static final java.lang.String METADATA_START
public static final java.lang.String METADATA_SORT_ATTR
| Constructor Detail | 
|---|
public MetadataMap()
public MetadataMap(java.util.Enumeration types)
types - An Enumeration of types for this cursor.public MetadataMap(java.lang.String[] availableTypes)
availableTypes - An array of types for this cursor.public MetadataMap(java.lang.String type)
type - The type to put in this map.| 
 | 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 | ||||||||