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

B14348-01

oracle.olapi.data.source
Class Qualification

java.lang.Object
  |
  +--oracle.olapi.data.source.Qualification
Direct Known Subclasses:
LiteralQualification

public abstract class Qualification
extends java.lang.Object

An object that specifies a Source and an element of that Source for an Assignment of a Model. The constructor of the concrete subclass LiteralQualification takes a Source, which is the qualified Source of the Qualification. The constructor also takes an Object that qualifies the Source by specifying an element of it. The qualified Source must be an input of the Model associated with the Assignment.

The specification of one element of a Source is similar to a qualified data reference (QDR) in the Oracle OLAP DML. A QDR limits a dimension to one of its members.


Method Summary
boolean equals(java.lang.Object rhsObj)
Source getQualifiedSource()
Gets the qualified Source of the Qualification.

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

Method Detail

getQualifiedSource

public final Source getQualifiedSource()
Gets the qualified Source of the Qualification.
Returns:
The qualified Source of the Qualification.

equals

public boolean equals(java.lang.Object rhsObj)
Overrides:
equals in class java.lang.Object

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

B14348-01

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