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

B10994-01

oracle.olapi.data.source
Class RangeDefinition

java.lang.Object
  |
  +--oracle.olapi.data.source.SourceDefinition
        |
        +--oracle.olapi.data.source.ImmutableDefinition
              |
              +--oracle.olapi.data.source.RangeDefinition

public final class RangeDefinition
extends ImmutableDefinition

An ImmutableDefinition that contains information about a Source that was returned by the createRangeSource method of a DataProvider.


Method Summary
 SourceDefinition getBottom()
          Gets the SourceDefinition for the Source that represents the bottom of the range.
 SourceDefinition getTop()
          Gets the SourceDefinition for the Source that represents the top of the range.

 

Methods inherited from class oracle.olapi.data.source.SourceDefinition
findOrCreateSource, getDataProvider, getSource

 

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

 

Method Detail

getBottom

public final SourceDefinition getBottom()
Gets the SourceDefinition for the Source that represents the bottom of the range.
Returns:
The SourceDefinition for the bottom of the range.

getTop

public final SourceDefinition getTop()
Gets the SourceDefinition for the Source that represents the top of the range.
Returns:
The SourceDefinition for the top of the range.

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

B10994-01

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