|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.olapi.data.source.Qualification
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 |
public final Source getQualifiedSource()
Source
of the Qualification
.Source
of the Qualification
.public boolean equals(java.lang.Object rhsObj)
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |