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

B10994-01

oracle.olapi.data.source
Class JoinDefinition

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

public final class JoinDefinition
extends DerivedDefinition

A DerivedDefinition that contains information about a Source that was returned by a join method of a Source.


Method Summary
 SourceDefinition getComparison()
          Gets the SourceDefinition for the comparison parameter of the operation that created this JoinDefinition.
 int getComparisonRule()
          Gets the constant for the comparisonRule parameter of the operation that created this JoinDefinition.
 SourceDefinition getJoined()
          Gets the SourceDefinition for the joined parameter of the operation that created this JoinDefinition.
 boolean isVisible()
          Gets the boolean value that was the visible parameter of the operation that created this JoinDefinition.

 

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

getComparison

public final SourceDefinition getComparison()
Gets the SourceDefinition for the comparison parameter of the operation that created this JoinDefinition. From that SourceDefinition, you can get the Source for it.
Returns:
The SourceDefinition for the comparison parameter of the operation that created this JoinDefinition.

getComparisonRule

public final int getComparisonRule()
Gets the constant for the comparisonRule parameter of the operation that created this JoinDefinition. The Source class defines the COMPARISON_RULE constants.
Returns:
The COMPARISON_RULE of the operation that created this JoinDefinition.

getJoined

public final SourceDefinition getJoined()
Gets the SourceDefinition for the joined parameter of the operation that created this JoinDefinition. From that SourceDefinition, you can get the Source for it.
Returns:
The SourceDefinition for the joined parameter of the operation that created this JoinDefinition.

isVisible

public final boolean isVisible()
Gets the boolean value that was the visible parameter of the operation that created this JoinDefinition.
Returns:
The value of the visible parameter in the operation that created this JoinDefinition.

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

B10994-01

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