|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.data.source.SourceDefinition
public abstract class SourceDefinition
Contains information about the origins of the Source with which
it is associated.
Every Source has an associated SourceDefinition.
The only subclass of SourceDefinition that appears in this
documentation is DynamicDefinition because it is the only one
that is used by a client application.
| Method Summary | |
|---|---|
DataProvider |
getDataProvider()
Gets the DataProvider that produced the Source
that is associated with the SourceDefinition. |
Source |
getSource()
Gets the Source associated with the
SourceDefinition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final DataProvider getDataProvider()
DataProvider that produced the Source
that is associated with the SourceDefinition.
DataProvider that produced the
Source that is associated with the
SourceDefinition.public final Source getSource()
Source associated with the
SourceDefinition.
Source associated with the
SourceDefinition.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||