Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.metadata
Class BaseMetadataObject

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
Direct Known Subclasses:
MdmObject, MtmObject

public abstract class BaseMetadataObject
extends java.lang.Object
implements MetadataObject

This class is not used by OLAP API application developers. It is used only by internal Oracle programmers. For that reason, except for getID, the methods in this class are not documented. The getID method is inherited by classes that extend BaseMetadataObject, and that method is sometimes used.


Method Summary
 java.lang.String getID()
          Gets the unique identifier for an instance of a concrete class that extends BaseMetadataObject.

 

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

 

Method Detail

getID

public final java.lang.String getID()
Gets the unique identifier for an instance of a concrete class that extends BaseMetadataObject.
Specified by:
getID in interface MetadataObject
Returns:
A String that uniquely identifies an instance of a class that extends BaseMetadataObject.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.