|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.dss.selection.step.Step
|
+--oracle.dss.selection.step.ConditionStep
|
+--oracle.dss.selection.step.MeasConditionStep
|
+--oracle.dss.selection.step.TwoMeasConditionStep
The base class for the steps in a selection that specify members of a particular dimension bsed on a condition that uses two measures.
| 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 |
public TwoMeasConditionStep()
public TwoMeasConditionStep(java.lang.String dimensionName)
dimensionName - The name of the dimension.| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Step object.clone in class ConditionStepStep object.java.lang.CloneNotSupportedException - If cloning is not supported for any fields.public boolean equals(java.lang.Object obj)
Step object is equivalent to another Step object.equals in class MeasConditionStepobj - The Step object with which to compare.true if the objects are completely equal; false if they are not.public void copyFrom(Step step)
Step object.copyFrom in class MeasConditionStepstep - The Step object from which to copy the fields.public void setCmpMeasure(java.lang.String newMeasure)
TwoMeasConditionStep object.newMeasure - The name of the measure.public java.lang.String getCmpMeasure()
TwoMeasConditionStep object.public void setComparisonQDR(OlapQDR newQDR)
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.newQDR - The QDR object for the comparison measure.public OlapQDR getComparisonQDR()
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.QDR object for the comparison measure.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||