Skip navigation links

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

B28128-02


oracle.olapi.metadata.mdm
Interface MdmMemberListMapOwner

All Known Implementing Classes:
MdmDimensionLevel, MdmMeasureDimension, MdmPrimaryDimension, MdmStandardDimension, MdmTimeDimension

public interface MdmMemberListMapOwner

An interface for an object that owns a MemberListMap.


Method Summary
 MemberListMap findOrCreateMemberListMap()
          Gets the MemberListMap associated with the implementation of the interface or creates a new MemberListMap if one does not already exist.
 MemberListMap getMemberListMap()
          Gets the MemberListMap associated with the implementation of the interface.

 

Method Detail

getMemberListMap

MemberListMap getMemberListMap()
Gets the MemberListMap associated with the implementation of the interface.
Returns:
The MemberListMap associated with the MdmMemberListMapOwner.

findOrCreateMemberListMap

MemberListMap findOrCreateMemberListMap()
Gets the MemberListMap associated with the implementation of the interface or creates a new MemberListMap if one does not already exist.
Returns:
The MemberListMap associated with the MdmMemberListMapOwner.

Skip navigation links

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