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

B14348-01

oracle.olapi.metadata.mdm
Interface MdmMember

All Known Implementing Classes:
MdmStandardMember, MdmMeasure, MdmTimeMember

public interface MdmMember

An interface for a custom member of an MdmPrimaryDimension.


Method Summary
 FundamentalMetadataObject getDataType()
          Gets the data type of the MdmMember.
 java.lang.String getDescription()
          Gets the description of the MdmMember.
 MdmLevel getLevel()
          Gets the MdmLevel of which the MdmMember is a member.
 int getLevelDepth()
          Gets the depth in the hierarchy of the level of which the MdmMember is a member.
 java.lang.String getLocalValue()
          Gets the local value of the MdmMember.
 MdmPrimaryDimension getOwnerDimension()
          Gets the MdmPrimaryDimension of which the MdmMember is a member.
 MdmLevel getParentLevel()
          Gets the MdmLevel of which the parent of the MdmMember is a member.
 java.lang.String getParentLocalValue()
          Gets the local value of the parent of the MdmMember.
 java.lang.String getParentValue()
          Gets the unique value of the parent of the MdmMember.
 int getPrecedence()
          Gets the precedence of the MdmMember, with the higher integer value indicating a higher precedence.
 java.lang.String getShortDescription()
          Gets the short description of the MdmMember.
 Source getSource()
          Gets the Source for the MdmMember.
 java.lang.String getValue()
          Gets the unique value of the MdmMember.

 

Method Detail

getOwnerDimension

public MdmPrimaryDimension getOwnerDimension()
Gets the MdmPrimaryDimension of which the MdmMember is a member.
Returns:
The MdmPrimaryDimension of which the MdmMember is a member.

getValue

public java.lang.String getValue()
Gets the unique value of the MdmMember.
Returns:
A String that contains the unique value of the MdmMember.

getLocalValue

public java.lang.String getLocalValue()
Gets the local value of the MdmMember.
Returns:
A String that contains the local value of the MdmMember.

getLevel

public MdmLevel getLevel()
Gets the MdmLevel of which the MdmMember is a member.
Returns:
The MdmLevel of which the MdmMember is a member.

getLevelDepth

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

getParentValue

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

getParentLocalValue

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

getParentLevel

public MdmLevel getParentLevel()
Gets the MdmLevel of which the parent of the MdmMember is a member.
Returns:
The MdmLevel of which the parent of the MdmMember is a member.

getDescription

public java.lang.String getDescription()
Gets the description of the MdmMember.
Returns:
A String that contains the description of the MdmMember.

getShortDescription

public java.lang.String getShortDescription()
Gets the short description of the MdmMember.
Returns:
A String that contains the short description of the MdmMember.

getSource

public Source getSource()
Gets the Source for the MdmMember.
Returns:
The Source for the MdmMember.

getDataType

public FundamentalMetadataObject getDataType()
Gets the data type of the MdmMember.
Returns:
The FundamentalMetadataObject that represents the data type of the MdmMember.

getPrecedence

public int getPrecedence()
Gets the precedence of the MdmMember, with the higher integer value indicating a higher precedence. When you create a custom member of a dimension, you specify a precedence. Oracle OLAP creates an Assignment for the appropriate MdmModel and gives the Assignment the precedence you specify for the custom member. Oracle OLAP uses the precedence value in determining the order in which it evaluates the Assignment objects of the MdmModel. Oracle OLAP uses the precedence value in determining the order in which it evaluates the Assignment objects of an MdmModel</CODE.
Returns:
An integer that specifies the precedence of the MdmMember.

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

B14348-01

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