Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.selection.step
Class TwoMeasConditionStep

java.lang.Object
  |
  +--oracle.dss.selection.step.Step
        |
        +--oracle.dss.selection.step.ConditionStep
              |
              +--oracle.dss.selection.step.MeasConditionStep
                    |
                    +--oracle.dss.selection.step.TwoMeasConditionStep
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable, VectorClone
Direct Known Subclasses:
TwoMeasNumRangeStep, TwoMeasNumStep

public abstract class TwoMeasConditionStep
extends MeasConditionStep

The base class for the steps in a selection that specify members of a particular dimension bsed on a condition that uses two measures.

See Also:
Serialized Form

Fields inherited from class oracle.dss.selection.step.Step
ADD, BASE_STATE_INDEX, CURRENT_STATE_INDEX, KEEP, LONG, MEDIUM, REMOVE, SELECT, SHORT

 

Constructor Summary
TwoMeasConditionStep()
          Constructor that does not specify any arguments.
TwoMeasConditionStep(java.lang.String dimensionName)
          Constructor that specifies a dimension.

 

Method Summary
 java.lang.Object clone()
          Creates a copy of this Step object.
 void copyFrom(Step step)
          Copies all fields from the specified Step object.
 boolean equals(java.lang.Object obj)
          Indicates whether one Step object is equivalent to another Step object.
 java.lang.String getCmpMeasure()
          Gets the second measure of this TwoMeasConditionStep object.
 OlapQDR getComparisonQDR()
          Retrieves the QDR object for the comparison measure.
 void setCmpMeasure(java.lang.String newMeasure)
          Specifies the second measure of this TwoMeasConditionStep object.
 void setComparisonQDR(OlapQDR newQDR)
          Specifies the QDR object for the comparison measure.

 

Methods inherited from class oracle.dss.selection.step.MeasConditionStep
getMeasure, setMeasure, toString

 

Methods inherited from class oracle.dss.selection.step.ConditionStep
getLevels, setLevels

 

Methods inherited from class oracle.dss.selection.step.Step
addPropertyChangeListener, getAction, getDescription, getDimension, getDispQDR, getEvaluatorClass, getHierarchy, getQDR, getQDRDescription, getViewClassName, isEnabled, isValid, removePropertyChangeListener, setAction, setDescription, setDimension, setDispQDR, setEnabled, setHierarchy, setQDR, setQDRDescription, setValid

 

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

 

Constructor Detail

TwoMeasConditionStep

public TwoMeasConditionStep()
Constructor that does not specify any arguments.

TwoMeasConditionStep

public TwoMeasConditionStep(java.lang.String dimensionName)
Constructor that specifies a dimension.
Parameters:
dimensionName - The name of the dimension.
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates a copy of this Step object.
Overrides:
clone in class ConditionStep
Returns:
A copy of this Step object.
Throws:
java.lang.CloneNotSupportedException - If cloning is not supported for any fields.

equals

public boolean equals(java.lang.Object obj)
Indicates whether one Step object is equivalent to another Step object.
Overrides:
equals in class MeasConditionStep
Parameters:
obj - The Step object with which to compare.
Returns:
true if the objects are completely equal; false if they are not.

copyFrom

public void copyFrom(Step step)
Copies all fields from the specified Step object.
Overrides:
copyFrom in class MeasConditionStep
Parameters:
step - The Step object from which to copy the fields.

setCmpMeasure

public void setCmpMeasure(java.lang.String newMeasure)
Specifies the second measure of this TwoMeasConditionStep object.
Parameters:
newMeasure - The name of the measure.

getCmpMeasure

public java.lang.String getCmpMeasure()
Gets the second measure of this TwoMeasConditionStep object.
Returns:
The name of the measure.

setComparisonQDR

public void setComparisonQDR(OlapQDR newQDR)
Specifies the QDR object for the comparison measure. QDR is a set of ordered dimension member pairs that fully or partially define a reference to a subset of data values.
Parameters:
newQDR - The QDR object for the comparison measure.

getComparisonQDR

public OlapQDR getComparisonQDR()
Retrieves the QDR object for the comparison measure. QDR is a set of ordered dimension member pairs that fully or partially define a reference to a subset of data values.
Returns:
The QDR object for the comparison measure.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.