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


oracle.dss.selection.step
Class MeasConditionStep

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

public abstract class MeasConditionStep
extends ConditionStep

The base class for the steps in a selection that specify members of a particular dimension based on a condition that uses one or more 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
MeasConditionStep()
          Constructor that does not specify any arguments.
MeasConditionStep(java.lang.String dimensionName)
          Constructor that specifies a dimension.

 

Method Summary
 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 getMeasure()
          Retrieves the measure of this MeasConditionStep object.
 void setMeasure(java.lang.String newMeasure)
          Specifies the measure of this MeasConditionStep object.
 java.lang.String toString()
          Generates the string representation of this MeasConditionStep object.

 

Methods inherited from class oracle.dss.selection.step.ConditionStep
clone, 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

MeasConditionStep

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

MeasConditionStep

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

equals

public boolean equals(java.lang.Object obj)
Indicates whether one Step object is equivalent to another Step object.
Overrides:
equals in class ConditionStep
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 ConditionStep
Parameters:
step - The Step object from which to copy fields.

toString

public java.lang.String toString()
Generates the string representation of this MeasConditionStep object.
Overrides:
toString in class ConditionStep
Returns:
The string representation of this MeasConditionStep object.

setMeasure

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

getMeasure

public java.lang.String getMeasure()
Retrieves the measure of this MeasConditionStep object.
Returns:
The name of the measure.

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


Copyright © 2003, Oracle. All Rights Reserved.