| 
 | 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.LayerMetadataMap
public class LayerMetadataMap
| Field Summary | |
|---|---|
| static java.lang.String | LAYER_METADATA_CANPIVOTIndicates whether the layer can be pivoted anywhere. | 
| static java.lang.String | LAYER_METADATA_CURDRILLPATHReturns String ID of current Drill Path | 
| static java.lang.String | LAYER_METADATA_CURDRILLTARGETReturns String ID of current Drill Target for the current Drill Path | 
| static java.lang.String | LAYER_METADATA_DISPLAYNAMELayer's display name (which is distinct from the ID that is found in LAYER_METADATA_NAME). | 
| static java.lang.String | LAYER_METADATA_DRILLPATHSReturns List of valid DrillPathMetadatainstances. | 
| static java.lang.String | LAYER_METADATA_DRILLSTATEValue that indicates the type of drill available and its icon. | 
| static java.lang.String | LAYER_METADATA_HIERARCHICALIs the layer hierarchical? | 
| static java.lang.String | LAYER_METADATA_LONGLABELLong label for the layer name. | 
| static java.lang.String | LAYER_METADATA_LONGLABEL_PLURALPlural long label for the layer name. | 
| static java.lang.String | LAYER_METADATA_MAX_LEVELMaximum level possible for the given layer. | 
| static java.lang.String | LAYER_METADATA_MEASUREIs the layer the measure layer? | 
| static java.lang.String | LAYER_METADATA_MEDIUMLABELMedium label for the layer name. | 
| static java.lang.String | LAYER_METADATA_NAMEUnique ID for a layer. | 
| static java.lang.String | LAYER_METADATA_SHORTLABELShort label for the layer name. | 
| static java.lang.String | LAYER_METADATA_SHORTLABEL_PLURALPlural short label for the layer name. | 
| static java.lang.String | LAYER_METADATA_VIEWSTYLEA handle to the ViewStylethat provides style property
 settings for a layer. | 
| 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 | |
|---|---|
| LayerMetadataMap()Constructor for an empty map. | |
| LayerMetadataMap(java.util.Enumeration availableTypes)Constructor that initializes the map from an Enumeration. | |
| LayerMetadataMap(java.lang.String type)Constructor that initializes the map with one type. | |
| LayerMetadataMap(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 LAYER_METADATA_NAME
public static final java.lang.String LAYER_METADATA_DISPLAYNAME
public static final java.lang.String LAYER_METADATA_LONGLABEL
public static final java.lang.String LAYER_METADATA_SHORTLABEL
public static final java.lang.String LAYER_METADATA_MEASURE
public static final java.lang.String LAYER_METADATA_HIERARCHICAL
public static final java.lang.String LAYER_METADATA_CANPIVOT
public static final java.lang.String LAYER_METADATA_LONGLABEL_PLURAL
public static final java.lang.String LAYER_METADATA_SHORTLABEL_PLURAL
public static final java.lang.String LAYER_METADATA_DRILLPATHS
DrillPathMetadata instances.
DrillPathMetadata, 
Constant Field Valuespublic static final java.lang.String LAYER_METADATA_DRILLSTATE
type parameter for the
 getLayerMetadata method to retrieve a
 constant that describes whether the layer has been drilled
 or can be drilled. The drill state constants are listed in the
 See Also section.
DataDirector.DRILLSTATE_DRILLABLE, 
DataDirector.DRILLSTATE_IS_DRILLED, 
DataDirector.DRILLSTATE_NOT_DRILLABLE, 
Constant Field Valuespublic static final java.lang.String LAYER_METADATA_MEDIUMLABEL
public static final java.lang.String LAYER_METADATA_CURDRILLPATH
public static final java.lang.String LAYER_METADATA_CURDRILLTARGET
public static final java.lang.String LAYER_METADATA_VIEWSTYLE
ViewStyle that provides style property
 settings for a layer.
 A layer includes the label for the pivot handle, if the label is
 visible.
 Using this constant as the type parameter for the
 DataAccess.getLayerMetadata method returns a
 ViewStyleHandle.
ViewStyleHandle, 
oracle.dss.crosstab.Crosstab#setPivotLabelVisible, 
Constant Field Valuespublic static final java.lang.String LAYER_METADATA_MAX_LEVEL
| Constructor Detail | 
|---|
public LayerMetadataMap()
public LayerMetadataMap(java.lang.String[] availableTypes)
availableTypes - An array of types for this cursor.public LayerMetadataMap(java.lang.String type)
type - The type to put in this map.public LayerMetadataMap(java.util.Enumeration availableTypes)
availableTypes - An Enumeration of types for this cursor.| 
 | 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 | ||||||||