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

B10994-01

oracle.olapi.data.source
Class ConstantListDefinition

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

public final class ConstantListDefinition
extends ImmutableDefinition

An ImmutableDefinition that contains information about a Source that was returned by a createListSource or createConstantSource method of a DataProvider.


Method Summary
 java.util.List getElements()
          Gets a List that has the elements of the Source for this ConstantListDefinition.

 

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

getElements

public final java.util.List getElements()
Gets a List that has the elements of the Source for this ConstantListDefinition.
Returns:
A List that has the elements of the Source for this ConstantListDefinition.

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

B10994-01

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