|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 Beta Draft |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataObject
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 |
---|
java.lang.String getID()
MetadataObject
.
String
that uniquely identifies this
MetadataObject
.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |