|
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
The base class for the steps in a selection that specify members of a particular dimension based on a condition, such as "the top 10 based on Sales."
| Fields inherited from class oracle.dss.selection.step.Step |
ADD, BASE_STATE_INDEX, CURRENT_STATE_INDEX, KEEP, LONG, MEDIUM, REMOVE, SELECT, SHORT |
| Constructor Summary | |
ConditionStep()Constructor that does not specify any arguments. | |
ConditionStep(java.lang.String dimensionName)Constructor that specifies a dimension. | |
| Method Summary | |
java.lang.Object |
clone()Creates a copy of this ConditionStep 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.util.Vector |
getLevels()Retrieves the levels of this ConditionStep object. |
void |
setLevels(java.util.Vector newLevels)Specifies the levels of this ConditionStep object. |
java.lang.String |
toString()Generates the string representation of this ConditionStep object. |
| 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 ConditionStep()
public ConditionStep(java.lang.String dimensionName)
dimensionName - The name of the dimension.| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
ConditionStep object.clone in class StepConditionStep object.java.lang.CloneNotSupportedException - If cloning is not supported for any of the fields.public boolean equals(java.lang.Object obj)
Step object is equivalent to another Step object.equals in class Stepobj - 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 Stepstep - The Step object from which to copy fields.public java.lang.String toString()
ConditionStep object.toString in class StepConditionStep object.public void setLevels(java.util.Vector newLevels)
ConditionStep object.newLevels - The vector of levels.public java.util.Vector getLevels()
ConditionStep object.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||