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

B10994-01

oracle.olapi.data.source
Class ValueDefinition

java.lang.Object
  |
  +--oracle.olapi.data.source.SourceDefinition
        |
        +--oracle.olapi.data.source.ImmutableDefinition
              |
              +--oracle.olapi.data.source.DerivedDefinition
                    |
                    +--oracle.olapi.data.source.ValueDefinition

public final class ValueDefinition
extends DerivedDefinition

A DerivedDefinition that contains information about a Source that was returned by the value() method of a Source.


Method Summary
 SourceDefinition getInput()
          Gets the SourceDefinition for the Source that was the input parameter of the value(input) method that returned the Source associated with this ValueDefinition..

 

Methods inherited from class oracle.olapi.data.source.DerivedDefinition
getBase

 

Methods inherited from class oracle.olapi.data.source.SourceDefinition
findOrCreateSource, getDataProvider, getSource

 

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

 

Method Detail

getInput

public final SourceDefinition getInput()
Gets the SourceDefinition for the Source that was the input parameter of the value(input) method that returned the Source associated with this ValueDefinition..
Returns:
The SourceDefinition for the Source that was the input parameter of the value(input) method that returned the Source associated with this ValueDefinition.

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

B10994-01

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