MdmAssignment (Oracle OLAP Java API Reference) Skip navigation links Overview Package Class Tree Deprecated Index Help Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD oracle.olapi.metadata.mdm Class MdmAssignment java.lang.Object oracle.olapi.metadata.BaseMetadataObject oracle.olapi.metadata.mdm.MdmObject 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 addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getName, getNewName, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescription Methods inherited from class oracle.olapi.metadata.BaseMetadataObject getContainedByObject, 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 Overview Package Class Tree Deprecated Index Help Copyright © 2002, 2009, Oracle. All rights reserved. PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD