Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.data.source
Class ValueCursorSpecification

java.lang.Object
  extended by oracle.olapi.data.source.CursorSpecification
      extended by oracle.olapi.data.source.ValueCursorSpecification
All Implemented Interfaces:
CursorInfoSpecification, ValueCursorInfoSpecification

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
 
Methods inherited from interface oracle.olapi.data.source.CursorInfoSpecification
getSource, isParentEndCalculationSpecified, isParentStartCalculationSpecified, setParentEndCalculationSpecified, setParentStartCalculationSpecified
 

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.

Specified by:
acceptVisitor in class CursorSpecification
Parameters:
visitor - A CursorSpecificationVisitor.
context - An Object.
Returns:
The Object returned by the visitValueCursorSpecification method.

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