public class MdmStandardMember extends MdmSource implements MdmMember
MdmStandardDimension. You can create a custom member of the dimension with methods of the MdmStandardDimension. | Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
Calls the
visitMdmStandardMember method of the MdmObjectVisitor and passes that method the MdmStandardMember and the Object. |
MdmLevel |
getLevel()
Gets the
MdmLevel of which the MdmStandardMember is a member. |
int |
getLevelDepth()
Gets the depth in the hierarchy of the level of which the
MdmStandardMember is a member. |
java.lang.String |
getLocalValue()
Gets the local value of the
MdmStandardMember. |
MdmPrimaryDimension |
getOwnerDimension()
Gets the
MdmPrimaryDimension of which the MdmStandardMember is a member. |
MdmLevel |
getParentLevel()
Gets the
MdmLevel of which the parent of the MdmStandardMember is a member. |
java.lang.String |
getParentLocalValue()
Gets the local value of the parent of the
MdmStandardMember. |
java.lang.String |
getParentValue()
Gets the unique value of the parent of the
MdmStandardMember. |
int |
getPrecedence()
Gets the precedence of the
MdmStandardMember. |
MdmStandardDimension |
getStandardDimension()
Gets the
MdmStandardDimension of which the MdmStandardMember is a member. |
MetadataObject |
getType()
Gets the type of this
MdmStandardMember, which is the type of the Source for the member. |
java.lang.String |
getValue()
Gets the unique value of the
MdmStandardMember. |
MdmValueHierarchy |
getValueHierarchy()
Gets the
MdmValueHierarchy of which the MdmStandardMember is a member. |
void |
setLevel(MdmLevel level)
Specifies the
MdmLevel to which you want to add the MdmStandardMember as a member. |
void |
setParentLevel(MdmLevel parentLevel)
Specifies an
MdmLevel for the parent of the MdmStandardMember. |
void |
setParentLocalValue(java.lang.String parentLocal)
Specifies a local value for the parent of the
MdmStandardMember. |
void |
setPrecedence(int precedence)
Specifies a precedence for the
MdmStandardMember, with the higher integer value indicating a higher precedence. |
void |
setValueHierarchy(MdmValueHierarchy valueHier)
Specifies the
MdmValueHierarchy to which you want to add the MdmStandardMember as a member. |
getDataType, getSourceaddDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescriptiongetContainedByObject, getID, getName, getNewName, getOwnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataType, getDescription, getShortDescription, getSourcepublic java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
visitMdmStandardMember method of the MdmObjectVisitor and passes that method the MdmStandardMember and the Object.acceptVisitor in class MdmObjectvisitor - An MdmObjectVisitor.context - An Object.Object returned by the visitMdmStandardMember method.public int getPrecedence()
MdmStandardMember.getPrecedence in interface MdmMemberMdmStandardMember.public void setPrecedence(int precedence)
MdmStandardMember, with the higher integer value indicating a higher precedence.precedence - An integer that specifies the precedence for the MdmStandardMember.public MdmPrimaryDimension getOwnerDimension()
MdmPrimaryDimension of which the MdmStandardMember is a member.getOwnerDimension in interface MdmMemberMdmPrimaryDimension of which the MdmStandardMember is a member.public java.lang.String getValue()
MdmStandardMember.public java.lang.String getLocalValue()
MdmStandardMember.getLocalValue in interface MdmMemberString that contains the local value of the MdmStandardMember.public MdmLevel getLevel()
MdmLevel of which the MdmStandardMember is a member.public void setLevel(MdmLevel level)
MdmLevel to which you want to add the MdmStandardMember as a member.level - The MdmLevel to which you want to add the MdmStandardMember as a member.public MdmValueHierarchy getValueHierarchy()
MdmValueHierarchy of which the MdmStandardMember is a member.MdmValueHierarchy of which the MdmStandardMember is a member.public void setValueHierarchy(MdmValueHierarchy valueHier)
MdmValueHierarchy to which you want to add the MdmStandardMember as a member.valueHier - The MdmValueHierarchy to which you want to add the MdmStandardMember as a member.public int getLevelDepth()
MdmStandardMember is a member.getLevelDepth in interface MdmMemberMdmStandardMember is a member.public java.lang.String getParentValue()
MdmStandardMember.getParentValue in interface MdmMemberString that contains the unique value of the parent of the MdmStandardMember.public java.lang.String getParentLocalValue()
MdmStandardMember.getParentLocalValue in interface MdmMemberString that contains the local value of the parent of the MdmStandardMember.public void setParentLocalValue(java.lang.String parentLocal)
MdmStandardMember.parentLocal - A String that contains the local value that you want the parent of the MdmStandardMember to have.public MdmLevel getParentLevel()
MdmLevel of which the parent of the MdmStandardMember is a member.getParentLevel in interface MdmMemberMdmLevel of which the parent of the MdmStandardMember is a member.public void setParentLevel(MdmLevel parentLevel)
MdmLevel for the parent of the MdmStandardMember.parentLevel - The MdmLevel that you want to specify for the parent of the MdmStandardMember.public final MdmStandardDimension getStandardDimension()
MdmStandardDimension of which the MdmStandardMember is a member.MdmStandardDimension of which the MdmStandardMember is a member.public MetadataObject getType()
MdmStandardMember, which is the type of the Source for the member.