Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mdm
Class MdmDimensionality

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mdm.MdmObject
          extended by oracle.olapi.metadata.mdm.MdmDimensionality

All Implemented Interfaces:
MdmViewColumnOwner, MetadataObject

public class MdmDimensionality
extends MdmObject
implements MdmViewColumnOwner

An MdmObject that associates an MdmPrimaryDimension with an MdmDimensionedObject.


Method Summary
 java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
          Currently does not perform any operations.
 MdmDimension getDimension()
          Gets the MdmPrimaryDimension that is associated with this MdmDimensionality.
 MdmViewColumn getETColumn()
          Gets the MdmViewColumn that represents the ET (Embedded Totals) values for this MdmDimensionality.
 void setDimension(MdmDimension value)
          Specifies the MdmPrimaryDimension to associate with this MdmDimensionality.

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmObject
findOrCreateDescription, getDescription, getDescription, getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setDescription, setDescription, setName, setShortDescription

 

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

getDimension

public MdmDimension getDimension()
                          throws oracle.express.mdm.MetadataNotFoundException
Gets the MdmPrimaryDimension that is associated with this MdmDimensionality.
Returns:
The MdmPrimaryDimension associated with this MdmDimensionality.
Throws:
oracle.express.mdm.MetadataNotFoundException

setDimension

public void setDimension(MdmDimension value)
Specifies the MdmPrimaryDimension to associate with this MdmDimensionality.
Parameters:
value - The MdmPrimaryDimension to associate with this MdmDimensionality.

acceptVisitor

public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
                                      java.lang.Object context)
Currently does not perform any operations.
Specified by:
acceptVisitor in class MdmObject
Parameters:
visitor - An MdmObjectVisitor that implements the Mdm11_ObjectVisitor interface.
context - An Object.
Returns:
Currently returns null.

getETColumn

public final MdmViewColumn getETColumn()
Gets the MdmViewColumn that represents the ET (Embedded Totals) values for this MdmDimensionality.
Returns:
The MdmViewColumn that represents the ET column for this MdmDimensionality.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.