Skip navigation links

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

B28128-01


oracle.olapi.metadata.mdm
Class MdmAssignment

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

All Implemented Interfaces:
MetadataObject

public class MdmAssignment
extends MdmObject

An object that represents an expression, the value of which is assigned as a measure value for a dimension member as specified by an MdmModel.


Method Summary
 java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
          Calls the visitMdmAssignment method of the MdmObjectVisitor and passes that method this MdmAssignment and an Object.
 MdmCustomMember getCustomMember()
          Gets the MdmCustomMember that is associated with this MdmAssignment.
 MdmModel getMdmModel()
          Gets the MdmModel that owns this MdmAssignment.
 Expression getMemberExpression()
          Gets the Expression specified by this MdmAssignment.
 void setCustomMember(MdmCustomMember member)
          Specifies an MdmCustomMember to associate with this MdmAssignment.
 void setMemberExpression(Expression exp)
          Specifies an Expression for this MdmAssignment.

 

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

getMdmModel

public MdmModel getMdmModel()
Gets the MdmModel that owns this MdmAssignment.
Returns:
The MdmModel that owns this MdmAssignment.

getMemberExpression

public Expression getMemberExpression()
Gets the Expression specified by this MdmAssignment.
Returns:
The Expression specified by this MdmAssignment.

setMemberExpression

public void setMemberExpression(Expression exp)
Specifies an Expression for this MdmAssignment.
Parameters:
exp - The Expression for this MdmAssignment.

getCustomMember

public MdmCustomMember getCustomMember()
Gets the MdmCustomMember that is associated with this MdmAssignment.
Returns:
The MdmCustomMember associated with this MdmAssignment.

setCustomMember

public void setCustomMember(MdmCustomMember member)
Specifies an MdmCustomMember to associate with this MdmAssignment.
Parameters:
member - The MdmCustomMember for this MdmAssignment.

acceptVisitor

public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMdmAssignment method of the MdmObjectVisitor and passes that method this MdmAssignment 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 visitMdmAssignment method.

Skip navigation links

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