public class LayerMetadataMap extends AbstractMap
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LAYER_METADATA_CANPIVOT
Indicates whether the layer can be pivoted anywhere.
|
static java.lang.String |
LAYER_METADATA_CURDRILLPATH
Returns String ID of current Drill Path
|
static java.lang.String |
LAYER_METADATA_CURDRILLTARGET
Returns String ID of current Drill Target for the current Drill Path
|
static java.lang.String |
LAYER_METADATA_DISPLAYNAME
Layer's display name (which is distinct from the ID
that is found in LAYER_METADATA_NAME).
|
static java.lang.String |
LAYER_METADATA_DRILLPATHS
Returns List of valid
DrillPathMetadata instances. |
static java.lang.String |
LAYER_METADATA_DRILLSTATE
Value that indicates the type of drill available and its icon.
|
static java.lang.String |
LAYER_METADATA_HIERARCHICAL
If this constant is supported by the
DataAccess , then getLayerMetadata returns true
for this constant if at least one member in the layer is drillable (i.e. |
static java.lang.String |
LAYER_METADATA_LONGLABEL
Long label for the layer name.
|
static java.lang.String |
LAYER_METADATA_LONGLABEL_PLURAL
Plural long label for the layer name.
|
static java.lang.String |
LAYER_METADATA_MAX_LEVEL
Maximum level possible for the given layer.
|
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
Unique ID for a layer.
|
static java.lang.String |
LAYER_METADATA_SHORTLABEL
Short label for the layer name.
|
static java.lang.String |
LAYER_METADATA_SHORTLABEL_PLURAL
Plural short label for the layer name.
|
static java.lang.String |
LAYER_METADATA_VIEWSTYLE
A handle to the
ViewStyle that provides style property
settings for a layer. |
MAP_TYPE_NOT_FOUND
Constructor and Description |
---|
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.
|
addType, clone, containsType, getTypeAt, isSuperset, merge, removeType, types
add, add, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
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
DataAccess
, then getLayerMetadata
returns true
for this constant if at least one member in the layer is drillable (i.e. its DRILLSTATE is DRILLABLE or IS_DRILLED). Returns
false
otherwise, or null
if not supported.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.public 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
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.