|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mdm.MdmObject
oracle.olapi.metadata.mdm.MdmAssignment
public class MdmAssignment
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 |
|---|
public MdmModel getMdmModel()
MdmModel that owns this MdmAssignment.
MdmModel that owns this MdmAssignment.public Expression getMemberExpression()
Expression specified by this MdmAssignment.
Expression specified by this
MdmAssignment.public void setMemberExpression(Expression exp)
Expression for this MdmAssignment.
exp - The Expression for this MdmAssignment.public MdmCustomMember getCustomMember()
MdmCustomMember that is associated with this
MdmAssignment.
MdmCustomMember associated with this
MdmAssignment.public void setCustomMember(MdmCustomMember member)
MdmCustomMember to associate with this
MdmAssignment.
member - The MdmCustomMember for this
MdmAssignment.
public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
visitMdmAssignment method of
the MdmObjectVisitor and passes that method this
MdmAssignment and an
Object.
acceptVisitor in class MdmObjectvisitor - An MdmObjectVisitor that implements the
Mdm11_ObjectVisitor interface.context - An Object.
Object returned by the
visitMdmAssignment method.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||