Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mdm
Interface MdmMember

All Known Implementing Classes:
MdmBaseMeasure, MdmDerivedMeasure, MdmMeasure, MdmStandardMember, 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

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

getValue

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

getLocalValue

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

getLevel

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

getLevelDepth

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

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

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

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

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

getShortDescription

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

getSource

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

getDataType

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

getPrecedence

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.

Skip navigation links

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