public class MdmCustomMember extends MdmObject
MdmPrimaryDimension
.Modifier and Type | Method and Description |
---|---|
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. |
addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescription
getContainedByObject, getID, getName, getNewName, getOwner
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 MdmObject
visitor
- 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.