|
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 |
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 |
public java.util.List getOutputs()
List
whose values are the outputs of this CompoundCursorInfoSpecification
.List
with the outputs of the CompoundCursorInfoSpecification
.public ValueCursorInfoSpecification getValue()
ValueCursorInfoSpecification
, which is the CursorInfoSpecification
for the base ValueCursor
, which has the values of the Source
for the CompoundCursorInfoSpecification
.ValueCursorInfoSpecification
for the CompoundCursorInfoSpecification
.
|
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 |