Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Class LayerMetadataMap

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--oracle.dss.util.AbstractMap
                          |
                          +--oracle.dss.util.LayerMetadataMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable

public class LayerMetadataMap
extends AbstractMap

List of the requested types of metadata for a layer. This list identifies all the types of information that have been requested by any view.

See Also:
Serialized Form

Field Summary
static java.lang.String LAYER_METADATA_CANPIVOT
          Can the layer be pivoted anywhere? Can anything be pivoted to (or next to) the layer? Returns 0 if no, 1 if yes
static java.lang.String LAYER_METADATA_HIERARCHICAL
          Is the layer hierarchical?
static java.lang.String LAYER_METADATA_LONGLABEL
          Long label for the layer name.
static java.lang.String LAYER_METADATA_MEASURE
          Is the layer the measure layer?
static java.lang.String LAYER_METADATA_MEDIUMLABEL
          Medium label for the layer name.
static java.lang.String LAYER_METADATA_NAME
          Layer name, as it appears in the database.
static java.lang.String LAYER_METADATA_SHORTLABEL
          Short label for the layer name.

 

Fields inherited from class oracle.dss.util.AbstractMap
MAP_TYPE_NOT_FOUND

 

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.

 

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

LAYER_METADATA_NAME

public static final java.lang.String LAYER_METADATA_NAME
Layer name, as it appears in the database.

LAYER_METADATA_LONGLABEL

public static final java.lang.String LAYER_METADATA_LONGLABEL
Long label for the layer name.

LAYER_METADATA_MEDIUMLABEL

public static final java.lang.String LAYER_METADATA_MEDIUMLABEL
Medium label for the layer name.

LAYER_METADATA_SHORTLABEL

public static final java.lang.String LAYER_METADATA_SHORTLABEL
Short label for the layer name.

LAYER_METADATA_MEASURE

public static final java.lang.String LAYER_METADATA_MEASURE
Is the layer the measure layer?

LAYER_METADATA_HIERARCHICAL

public static final java.lang.String LAYER_METADATA_HIERARCHICAL
Is the layer hierarchical?

LAYER_METADATA_CANPIVOT

public static final java.lang.String LAYER_METADATA_CANPIVOT
Can the layer be pivoted anywhere? Can anything be pivoted to (or next to) the layer? Returns 0 if no, 1 if yes
Constructor Detail

LayerMetadataMap

public LayerMetadataMap()
Constructor for an empty map.

LayerMetadataMap

public LayerMetadataMap(java.lang.String[] availableTypes)
Constructor that initializes the map from an array.
Parameters:
availableTypes - An array of types for this cursor.

LayerMetadataMap

public LayerMetadataMap(java.lang.String type)
Constructor that initializes the map with one type.
Parameters:
type - The type to put in this map.

LayerMetadataMap

public LayerMetadataMap(java.util.Enumeration availableTypes)
Constructor that initializes the map from an Enumeration.
Parameters:
availableTypes - An Enumeration of types for this cursor.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.