|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
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_CHILDCOUNT
|
static java.lang.String |
METADATA_CURDRILLPATH
Returns String ID of the current Drill Path. |
static java.lang.String |
METADATA_CURDRILLTARGET
Returns String ID of current Drill Target for the current Drill Path |
static java.lang.String |
METADATA_DATATYPE
Measure data type information. |
static java.lang.String |
METADATA_DATE
The dimension member, as a Date object. |
static java.lang.String |
METADATA_DATESPAN
The span, in days, of the specified time dimension member. |
static java.lang.String |
METADATA_DISPLAYNAME
The name of the dimension member, if available. |
static java.lang.String |
METADATA_DRILL_PARENT_DATE
The dimension member, as a Date object, for a drilled
dimension member's parent. |
static java.lang.String |
METADATA_DRILL_PARENT_DATESPAN
The span, in days, of the specified drilled time dimension member's parent. |
static java.lang.String |
METADATA_DRILL_PARENT_LONGLABEL
Long label for a drilled dimension member's parent. |
static java.lang.String |
METADATA_DRILL_PARENT_MEDIUMLABEL
Medium label for a drilled dimension member's parent. |
static java.lang.String |
METADATA_DRILL_PARENT_SHORTLABEL
Short label for a drilled dimension member's parent. |
static java.lang.String |
METADATA_DRILLPATHS
Returns List of valid DrillPathMetadata instances. |
static java.lang.String |
METADATA_DRILLSTATE
Value that indicates the type of drill available and its icon. |
static java.lang.String |
METADATA_EXTENT
The extent of the member, expressed in terms of data slices. |
static java.lang.String |
METADATA_FORMAT
Number format. |
static java.lang.String |
METADATA_HIERARCHY
Returns String ID of the member's hierarchy, if any. |
static java.lang.String |
METADATA_INDENT
Number of levels to indent the dimension member. |
static java.lang.String |
METADATA_IS_CALCULATED_MEMBER
Is the specified member a calculated member? A return value of true indicates that it is. |
static java.lang.String |
METADATA_ISAGG
Is the specified member considered an aggregate by the provider of data/metadata? true indicates that it is. |
static java.lang.String |
METADATA_ISTOTAL
Is the specified member located in a total row or column? A return value of true indicates that it is. |
static java.lang.String |
METADATA_LEVEL
The name of the level of which this item is a member. |
static java.lang.String |
METADATA_LEVEL_LABEL
The formatted name of the level of which this item is a member. |
static java.lang.String |
METADATA_LEVEL_NAME
The name, which may be different from the unique name of METADATA_LEVEL of the member's level. |
static java.lang.String |
METADATA_LONGLABEL
Long label for the dimension member. |
static java.lang.String |
METADATA_MEDIUMLABEL
Medium label for the dimension member. |
static java.lang.String |
METADATA_PARENT
Parent dimension member of a member. |
static java.lang.String |
METADATA_PARENT_LEVEL
Parent dimension member of a member's level. |
static java.lang.String |
METADATA_POSITION
Position of a member within its hierarchical location. |
static java.lang.String |
METADATA_QUERYPARENT
|
static java.lang.String |
METADATA_RAWVALUE
The raw key of the OLAP dimension member. |
static java.lang.String |
METADATA_REL_INDENT
Relative level indent number in the cursor for a given dimension. |
static java.lang.String |
METADATA_RELHIERINFO
Relative hierarchy information. |
static java.lang.String |
METADATA_SHORTLABEL
Short label for the dimension value. |
static java.lang.String |
METADATA_SORT_ATTR
An attribute used for sorting in a header, for example. |
static java.lang.String |
METADATA_START
The starting slice of the member. |
static java.lang.String |
METADATA_UNIQUE_PARENT
|
static java.lang.String |
METADATA_UNIQUE_VALUE
|
static java.lang.String |
METADATA_VALUE
The unique ID of the dimension member. |
static java.lang.String |
METADATA_VALUE_RAW
The unique ID of the dimension member, left in a raw format. |
static java.lang.String |
METADATA_VIEWSTYLE
A handle to the ViewStyle that 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_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_UNIQUE_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 ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |