|
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.calcStep.CalcStep
|
+--oracle.dss.selection.calcStep.RelationshipCalcStep
RelationshipCalcStep
| Fields inherited from class oracle.dss.selection.step.Step |
ADD, BASE_STATE_INDEX, CURRENT_STATE_INDEX, KEEP, LONG, MEDIUM, REMOVE, SELECT, SHORT |
| Constructor Summary | |
RelationshipCalcStep()Default constructor for Relationship calculation step. | |
| Method Summary | |
java.lang.Object |
clone()Implements the clone method. |
boolean |
equals(java.lang.Object obj)Tests this Step for true equality |
java.lang.Class |
getEvaluatorClass()Retrieves the StepEvaluator class object that is associated with this Step object. |
java.lang.String |
getEvaluatorClassName()Retrieves the evaluator class name name associated with the calc. |
CalcValue |
getLeftOperand()Retrieves the left side operand. |
java.util.Vector |
getMeasureDependencyIDs(java.lang.String measDim)Get measure unique ID dependencies in this step |
CalcValue |
getRightOperand()Retrieves the right side operand. |
java.lang.String |
getViewClassName()Retrieves the view class name name associated with the calc. |
java.lang.Object |
getXML( context)Returns the XML representation of the object. |
void |
setLeftOperand(CalcValue leftOperand)Sets the left side operand. |
void |
setRightOperand(CalcValue rightOperand)Sets the right side operand. |
void |
setXML( context, java.lang.Object node)Sets the XML representation of the object. |
java.lang.String |
toString()Generates the string representation of this RelationshipCalcStep object. |
| Methods inherited from class oracle.dss.selection.calcStep.CalcStep |
copyProps, dump, getDescription, getDescription, getFolder, getID, getInstance, getNumberFormatString, getPersistableAttributes, getPersistableComponents, getType, getXMLAsString, initialize, isType, setDescription, setFolder, setID, setNumberFormatString, setPersistableAttributes, setPersistableComponents, setType, setXMLAsString, updateCalcValue |
| Methods inherited from class oracle.dss.selection.step.Step |
addPropertyChangeListener, copyFrom, getAction, getDimension, getDispQDR, getHierarchy, getQDR, getQDRDescription, 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 |
| Methods inherited from interface oracle.dss.util.persistence.Persistable |
getPersistableAttributes, getPersistableComponents, initialize, setPersistableAttributes, setPersistableComponents |
| Methods inherited from interface oracle.dss.util.persistence.StringXMLizable |
getXMLAsString, setXMLAsString |
| Methods inherited from interface oracle.dss.bicontext.ObjectFactory |
getObjectInstanceClassName, setObjectInstanceClassName |
| Constructor Detail |
public RelationshipCalcStep()
| Method Detail |
public boolean equals(java.lang.Object obj)
equals in class CalcStepobj - Step to compare it totrue if completely internally equalpublic java.util.Vector getMeasureDependencyIDs(java.lang.String measDim)
getMeasureDependencyIDs in class CalcStepmeasDim - the measure dimension ID for those steps that need to know if they have measure memberspublic CalcValue getLeftOperand()
CalcValue which represents the left side operand.public void setLeftOperand(CalcValue leftOperand)
leftOperand - A CalcValue value that represents the left side operand.public CalcValue getRightOperand()
CalcValue which represents the right side operand.public void setRightOperand(CalcValue rightOperand)
rightOperand - A CalcValue value that represents the right side operand.public java.lang.Object clone()
clone in class CalcStepObject which represents a clone of this relationship calculation object.public java.lang.String getViewClassName()
getViewClassName in class CalcStepString which represents the view class name.public java.lang.String getEvaluatorClassName()
getEvaluatorClassName in class CalcStepString which represents the evaluator class name.
public java.lang.Class getEvaluatorClass()
throws SelectionException
StepEvaluator class object that is associated with this Step object. The QueryServer object uses this class to instantiate the appropriate StepEvaluator object.getEvaluatorClass in class StepClass object.SelectionException - If the StepEvaluator class is not found.public java.lang.Object getXML( context)
getXML in class CalcStepcontext - The control settings that is send by the container (caller)ObjectScope
public void setXML( context,
java.lang.Object node)
setXML in class CalcStepcontext - The control settings that is send by the container (caller)node - The XML representation of the objectpublic java.lang.String toString()
RelationshipCalcStep object.toString in class CalcStepRelationshipCalcStep object.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||