Skip navigation links

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

B28128-01


oracle.olapi.metadata
Interface MetadataProvider

All Known Implementing Classes:
FundamentalMetadataProvider, MdmMetadataProvider

public interface MetadataProvider

An interface for an object that provides access to OLAP metadata objects. The MetadataProvider interface supplies only the existence of a unique identifier.


Method Summary
 java.lang.String getID()
          Gets the unique identifier of the MetadataProvider.

 

Method Detail

getID

java.lang.String getID()
Gets the unique identifier of the MetadataProvider.
Returns:
The unique identifier of the MetadataProvider.

Skip navigation links

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