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

B10994-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 on 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 on the specified CursorSpecificationVisitor and passes that method this ValueCursorSpecification and the specified context Object.
Parameters:
visitor - A CursorSpecificationVisitor.
context - An Object.
Returns:
The Object returned by the visitValueCursorSpecification method.
Overrides:
acceptVisitor in class CursorSpecification

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

B10994-01

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