|
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 |
java.lang.Object | +--oracle.olapi.data.source.SourceDefinition | +--oracle.olapi.data.source.ImmutableDefinition | +--oracle.olapi.data.source.RangeDefinition
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 |
getDataProvider, getModel, getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final SourceDefinition getBottom()
SourceDefinition
for the Source
that represents the bottom of the range.SourceDefinition
for the bottom of the range.public final SourceDefinition getTop()
SourceDefinition
for the Source
that represents the top of the range.SourceDefinition
for the top of the range.
|
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 |