|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mtm.MtmObject
oracle.olapi.metadata.mtm.MtmSourceMap
oracle.olapi.metadata.mtm.MtmDimensionMap
oracle.olapi.metadata.mtm.MtmSubDimensionMap
oracle.olapi.metadata.mtm.MtmHierarchyMap
oracle.olapi.metadata.mtm.MtmLevelHierarchyMap
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by DimensionMap.
public abstract class MtmLevelHierarchyMap
| Method Summary | |
|---|---|
void |
addOrderSpecification(MtmDimensionOrderSpecification orderSpec)Deprecated. Adds the MtmDimensionOrderSpecification object to this MtmLevelHierarchyMap. |
java.util.List |
getOrderSpecifications()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by DimensionMap. |
MtmTabularSource |
getTable()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by DimensionMap. |
boolean |
isSkipLevelHierarchy()Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by DimensionMap. |
void |
removeOrderSpecification(MtmDimensionOrderSpecification orderSpec)Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by DimensionMap. |
void |
setSkipLevelHierarchy(boolean newSkipLevelHierarchy)Deprecated. Specifies whether the MdmLevelHierarchy for this MtmLevelHierarchyMap represents a skip-level hierarchy. |
void |
setTable(MtmTabularSource newTable)Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by DimensionMap. |
| Methods inherited from class oracle.olapi.metadata.mtm.MtmSourceMap |
|---|
getMdmSource, setMdmSource |
| Methods inherited from class oracle.olapi.metadata.mtm.MtmObject |
|---|
acceptVisitor, getMetadataProvider |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getID, getOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List getOrderSpecifications()
DimensionMap.public void addOrderSpecification(MtmDimensionOrderSpecification orderSpec)
MtmDimensionOrderSpecification object to this MtmLevelHierarchyMap.orderSpec - The MtmDimensionOrderSpecification object that is to be added to this MtmLevelHierarchyMap.public void removeOrderSpecification(MtmDimensionOrderSpecification orderSpec)
DimensionMap.public MtmTabularSource getTable()
DimensionMap.public boolean isSkipLevelHierarchy()
DimensionMap.public void setSkipLevelHierarchy(boolean newSkipLevelHierarchy)
MdmLevelHierarchy for this MtmLevelHierarchyMap represents a skip-level hierarchy.newSkipLevelHierarchy - A boolean value that indicates whether the MdmLevelHierarchy represents a skip-level hierarchy. Specify true for a skip-level hierarchy and false otherwise.public void setTable(MtmTabularSource newTable)
DimensionMap.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||