Skip navigation links

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

B28128-01


oracle.olapi.metadata.mdm
Class MdmCustomMember

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

All Implemented Interfaces:
MetadataObject

public class MdmCustomMember
extends MdmObject

An object that represents a custom member of an MdmPrimaryDimension.


Method Summary
 java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
          Calls the visitMdmCustomMember method of the MdmObjectVisitor and passes that method the MdmCustomMember and an Object.
 Expression getMemberExpression()
          Gets the Expression that represents the measure value for the custom dimension member.
 MdmPrimaryDimension getPrimaryDimension()
          Gets the MdmPrimaryDimension that is the dimension for the custom member.
 void setMemberExpression(Expression input)
          Specifies the Expression that represents the measure value for the custom dimension member.

 

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

getPrimaryDimension

public final MdmPrimaryDimension getPrimaryDimension()
Gets the MdmPrimaryDimension that is the dimension for the custom member.
Returns:
The MdmPrimaryDimension for the custom member.

acceptVisitor

public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMdmCustomMember method of the MdmObjectVisitor and passes that method the MdmCustomMember and an Object.
Specified by:
acceptVisitor in class MdmObject
Parameters:
visitor - An MdmObjectVisitor that implements the Mdm11_ObjectVisitor interface.
context - An Object.
Returns:
The Object returned by the visitMdmCustomMember method.

getMemberExpression

public final Expression getMemberExpression()
Gets the Expression that represents the measure value for the custom dimension member.
Returns:
The Expression for the custom member.

setMemberExpression

public final void setMemberExpression(Expression input)
Specifies the Expression that represents the measure value for the custom dimension member.
Parameters:
input - The Expression for the custom member.

Skip navigation links

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