|
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.MdmCustomMember
public class MdmCustomMember
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 |
|---|
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 final MdmPrimaryDimension getPrimaryDimension()
MdmPrimaryDimension that is the dimension
for the custom member.
MdmPrimaryDimension for the custom member.
public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
visitMdmCustomMember method of the
MdmObjectVisitor and passes that method the
MdmCustomMember and an Object.
acceptVisitor in class MdmObjectvisitor - An MdmObjectVisitor that implements the
Mdm11_ObjectVisitor interface.context - An Object.
Object returned by the
visitMdmCustomMember method.public final Expression getMemberExpression()
Expression that represents the measure value for
the custom dimension member.
Expression for the custom member.public final void setMemberExpression(Expression input)
Expression that represents the measure value
for the custom dimension member.
input - The Expression for the custom member.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||