Skip navigation links

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

B28128-01


oracle.olapi.data.source
Interface CompoundCursorInfoSpecification

All Superinterfaces:
CursorInfoSpecification
All Known Implementing Classes:
CompoundCursorSpecification

public interface CompoundCursorInfoSpecification
extends CursorInfoSpecification

A CursorInfoSpecification for a Cursor for a Source that has one or more outputs.


Method Summary
 java.util.List getOutputs()
          Gets a List whose values are the outputs of this CompoundCursorInfoSpecification.
 ValueCursorInfoSpecification getValue()
          Gets the base ValueCursorInfoSpecification, which is the CursorInfoSpecification for the base ValueCursor, which has the values of the Source for the CompoundCursorInfoSpecification.

 

Methods inherited from interface oracle.olapi.data.source.CursorInfoSpecification
getSource, isParentEndCalculationSpecified, isParentStartCalculationSpecified, setParentEndCalculationSpecified, setParentStartCalculationSpecified

 

Method Detail

getOutputs

java.util.List getOutputs()
Gets a List whose values are the outputs of this CompoundCursorInfoSpecification.
Returns:
A List with the outputs of the CompoundCursorInfoSpecification.

getValue

ValueCursorInfoSpecification getValue()
Gets the base ValueCursorInfoSpecification, which is the CursorInfoSpecification for the base ValueCursor, which has the values of the Source for the CompoundCursorInfoSpecification.
Returns:
The base ValueCursorInfoSpecification for the CompoundCursorInfoSpecification.

Skip navigation links

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