|
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.SourceDefinition | +--oracle.olapi.data.source.ImmutableDefinition | +--oracle.olapi.data.source.DerivedDefinition | +--oracle.olapi.data.source.JoinDefinition
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 |
getDataProvider, getModel, getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final SourceDefinition getComparison()
SourceDefinition
for the comparison
parameter of the operation that created this JoinDefinition
. From that SourceDefinition
, you can get the Source
for it.SourceDefinition
for the comparison
parameter of the operation that created this JoinDefinition
.public final int getComparisonRule()
comparisonRule
parameter of the operation that created this JoinDefinition
. The Source
class defines the COMPARISON_RULE
constants.COMPARISON_RULE
of the operation that created this JoinDefinition
.public final SourceDefinition getJoined()
SourceDefinition
for the joined
parameter of the operation that created this JoinDefinition
. From that SourceDefinition
, you can get the Source
for it.SourceDefinition
for the joined
parameter of the operation that created this JoinDefinition
.public final boolean isVisible()
boolean
value that was the visible
parameter of the operation that created this JoinDefinition
.visible
parameter in the operation that created this JoinDefinition
.
|
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 |