|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.olapi.metadata.BaseMetadataObject
|
+--oracle.olapi.metadata.mdm.MdmObject
|
+--oracle.olapi.metadata.mdm.MdmSource
|
+--oracle.olapi.metadata.mdm.MdmDimension
|
+--oracle.olapi.metadata.mdm.MdmSubDimension
A component of an MdmPrimaryDimension. The type of the members of an MdmSubDimension is specified by its MdmPrimaryDimension. With the getPrimaryDimension method, you can get the MdmPrimaryDimension for this MdmSubDimension.
The subclasses of MdmSubDimension represent hierarchical or nonhierarchical organizations of the members of the dimension. The following are the concrete subclasses of MdmSubDimension.
MdmLevelHierarchy, which is an MdmHierarchy that represents a list of members arranged in a hierarchical structure that has levels based on parent-child relationships. Except for the members at the topmost level, each member can have a parent, and, except for the members at the lowest level, each member can have one or more children. All of these members, including the parent and child members, are within the MdmLevelHierarchy. The members of the MdmLevelHierarchy correspond to members in the MdmLevel objects that are the levels of the MdmLevelHierarchy.MdmLevel, which represents a list of members that correspond to one level of the hierarchical structure of an MdmLevelHierarchy or a dimension that is nonhierarchical and whose members are therefore all at the same level.MdmValueHierarchy, which is an MdmHierarchy that represents a list of members arranged in a hierarchical structure that is not based on levels of parent-child relationships.| Method Summary | |
MdmPrimaryDimension |
getPrimaryDimension()Gets the MdmPrimaryDimension of which this MdmSubDimension is a component. |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmDimension |
getAttributes, getCardinality, getPluralDescription, getShortPluralDescription, removeAttribute, setCardinality, setPluralDescription, setShortPluralDescription |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmSource |
getDataType, getModel, getSource, getSourceMap, getType, setModel |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmObject |
acceptVisitor, getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setName, setShortDescription |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
getID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public final MdmPrimaryDimension getPrimaryDimension()
MdmPrimaryDimension of which this MdmSubDimension is a component.MdmPrimaryDimension for this MdmSubDimension.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||