Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

oracle.olapi.metadata.mdm
Class MdmStandardMember

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mdm.MdmObject
              |
              +--oracle.olapi.metadata.mdm.MdmSource
                    |
                    +--oracle.olapi.metadata.mdm.MdmStandardMember

public class MdmStandardMember
extends MdmSource
implements MdmMember

An object that represents a custom member of an MdmStandardDimension. You can create a custom member of the dimension with methods of an MdmCustomObjectFactory or with the convenience methods of an MdmStandardDimension.

The following example programs use MdmStandardDimension objects.

For links to all of the example programs in this documentation, click here.


Method Summary
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.
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.

Methods inherited from class oracle.olapi.metadata.mdm.MdmSource
getDataType, getModel, getSource, getSourceMap, getType, setModel

Methods inherited from class oracle.olapi.metadata.mdm.MdmObject
getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setName, setShortDescription

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

acceptVisitor

public 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.
Overrides:
acceptVisitor in class MdmObject
Parameters:
visitor - An MdmObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitMdmStandardMember method.

getPrecedence

public int getPrecedence()
Gets the precedence of the MdmStandardMember.
Specified by:
getPrecedence in interface MdmMember
Returns:
An integer that specifies the precedence of the MdmStandardMember.

setPrecedence

public void setPrecedence(int precedence)
Specifies a precedence for the MdmStandardMember, with the higher integer value indicating a higher precedence.
Parameters:
precedence - An integer that specifies the precedence for the MdmStandardMember.

getOwnerDimension

public MdmPrimaryDimension getOwnerDimension()
Gets the MdmPrimaryDimension of which the MdmStandardMember is a member.
Specified by:
getOwnerDimension in interface MdmMember
Returns:
The MdmPrimaryDimension of which the MdmStandardMember is a member.

getValue

public java.lang.String getValue()
Gets the unique value of the MdmStandardMember.
Specified by:
getValue in interface MdmMember
Returns:
A String that contains the unique value of the MdmStandardMember.

getLocalValue

public java.lang.String getLocalValue()
Gets the local value of the MdmStandardMember.
Specified by:
getLocalValue in interface MdmMember
Returns:
A String that contains the local value of the MdmStandardMember.

getLevel

public MdmLevel getLevel()
Gets the MdmLevel of which the MdmStandardMember is a member.
Specified by:
getLevel in interface MdmMember
Returns:
The MdmLevel of which the MdmStandardMember is a member.

setLevel

public void setLevel(MdmLevel level)
Specifies the MdmLevel to which you want to add the MdmStandardMember as a member.
Parameters:
level - The MdmLevel to which you want to add the MdmStandardMember as a member.

getValueHierarchy

public MdmValueHierarchy getValueHierarchy()
Gets the MdmValueHierarchy of which the MdmStandardMember is a member.
Returns:
The MdmValueHierarchy of which the MdmStandardMember is a member.

setValueHierarchy

public void setValueHierarchy(MdmValueHierarchy valueHier)
Specifies the MdmValueHierarchy to which you want to add the MdmStandardMember as a member.
Parameters:
valueHier - The MdmValueHierarchy to which you want to add the MdmStandardMember as a member.

getLevelDepth

public int getLevelDepth()
Gets the depth in the hierarchy of the level of which the MdmStandardMember is a member.
Specified by:
getLevelDepth in interface MdmMember
Returns:
An integer that identifies the depth in the hierarchy of the level of which the MdmStandardMember is a member.

getParentValue

public java.lang.String getParentValue()
Gets the unique value of the parent of the MdmStandardMember.
Specified by:
getParentValue in interface MdmMember
Returns:
A String that contains the unique value of the parent of the MdmStandardMember.

getParentLocalValue

public java.lang.String getParentLocalValue()
Gets the local value of the parent of the MdmStandardMember.
Specified by:
getParentLocalValue in interface MdmMember
Returns:
A String that contains the local value of the parent of the MdmStandardMember.

setParentLocalValue

public void setParentLocalValue(java.lang.String parentLocal)
Specifies a local value for the parent of the MdmStandardMember.
Parameters:
parentLocal - A String that contains the local value that you want the parent of the MdmStandardMember to have.

getParentLevel

public MdmLevel getParentLevel()
Gets the MdmLevel of which the parent of the MdmStandardMember is a member.
Specified by:
getParentLevel in interface MdmMember
Returns:
The MdmLevel of which the parent of the MdmStandardMember is a member.

setParentLevel

public void setParentLevel(MdmLevel parentLevel)
Specifies an MdmLevel for the parent of the MdmStandardMember.
Parameters:
parentLevel - The MdmLevel that you want to specify for the parent of the MdmStandardMember.

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

Copyright © 2002, 2005, Oracle. All rights reserved.