Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

oracle.olapi.data.source
Class ValueCursorSpecification

java.lang.Object
  |
  +--oracle.olapi.data.source.CursorSpecification
        |
        +--oracle.olapi.data.source.ValueCursorSpecification

public final class ValueCursorSpecification
extends CursorSpecification
implements ValueCursorInfoSpecification

A CursorSpecification for the values of a Source.


Method Summary
java.lang.Object acceptVisitor(CursorSpecificationVisitor visitor, java.lang.Object context)
Calls the visitValueCursorSpecification method of the specified CursorSpecificationVisitor and passes that method this ValueCursorSpecification and the specified context Object.

Methods inherited from class oracle.olapi.data.source.CursorSpecification
getDefaultFetchSize, getSource, getTransaction, isExtentCalculationSpecified, isParentEndCalculationSpecified, isParentStartCalculationSpecified, setDefaultFetchSize, setExtentCalculationSpecified, setParentEndCalculationSpecified, setParentStartCalculationSpecified, setTransaction

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

Method Detail

acceptVisitor

public final java.lang.Object acceptVisitor(CursorSpecificationVisitor visitor,
                                            java.lang.Object context)
Calls the visitValueCursorSpecification method of the specified CursorSpecificationVisitor and passes that method this ValueCursorSpecification and the specified context Object.
Overrides:
acceptVisitor in class CursorSpecification
Parameters:
visitor - A CursorSpecificationVisitor.
context - An Object.
Returns:
The Object returned by the visitValueCursorSpecification method.

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

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