Skip navigation links

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

B28128-01


oracle.olapi.data.source
Class SourceDefinition

java.lang.Object
  extended by oracle.olapi.data.source.SourceDefinition

Direct Known Subclasses:
DynamicDefinition

public abstract class SourceDefinition
extends java.lang.Object

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

getDataProvider

public final DataProvider getDataProvider()
Gets the DataProvider that produced the Source that is associated with the SourceDefinition.
Returns:
The DataProvider that produced the Source that is associated with the SourceDefinition.

getSource

public final Source getSource()
Gets the Source associated with the SourceDefinition.
Returns:
The Source associated with the SourceDefinition.

Skip navigation links

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