|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for an object that is accessed through a MetadataProvider
and that describes a particular set of data, such as a sales measure, or a property of such data.
A MetadataObject
has a unique identifier (ID) that persists from one MetadataProvider
instance to another. Therefore, an application can store the ID for a given MetadataObject
in one execution, and then it can use it in a later execution. Of course, repeated use assumes that the MetadataObject
has not changed from execution to execution.
In addition to metadata and property classes, this interface is implemented by classes that represent fundamental operations such as addition and fundamental data types such as Integer. For the most part, these classes are used by internal OLAP API code, not by application developers.
Method Summary | |
java.lang.String |
getID() Gets the unique identifier for this MetadataObject . |
Method Detail |
public java.lang.String getID()
MetadataObject
.String
that uniquely identifies this MetadataObject
.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |