|
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.RankStep
RankStep
| Field Summary | |
static java.lang.String |
RANKORDER_ASCENDINGConstant defining the rank order to be ascending |
static java.lang.String |
RANKORDER_DESCENDINGConstant defining the rank order to be descending |
static java.lang.String |
WITHINTYPE_LEVELConstant defining the type of the "within" operand. |
static java.lang.String |
WITHINTYPE_PARENTConstant defining the type of the "within" operand. |
static java.lang.String |
WITHINTYPE_TOTALConstant defining the type of the "within" operand. |
| Fields inherited from class oracle.dss.selection.step.Step |
ADD, BASE_STATE_INDEX, CURRENT_STATE_INDEX, KEEP, LONG, MEDIUM, REMOVE, SELECT, SHORT |
| Constructor Summary | |
RankStep()Default constructor for Rank 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 |
getRankDimension()Retrieves the dimension the rank is calculated upon. |
CalcValue |
getRankHierarchy()Retrieves the hierarchy the rank is calculated upon. |
CalcValue |
getRankMeasure()Retrieves the measure whose value is used to calculate the rank. |
CalcValue |
getRankOrder()Retrieves the order of the rank. |
CalcValue |
getRankWithinType()Retrieves the "within" bound type the rank is calculated upon. |
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 |
setRankDimension(CalcValue rankDimension)Sets the dimension the rank is calculated upon. |
void |
setRankHierarchy(CalcValue rankHierarchy)Sets the hierarchy the rank is calculated upon. |
void |
setRankMeasure(CalcValue rankMeasure)Sets the measure the rank is calculated upon. |
void |
setRankOrder(CalcValue rankOrder)Sets the order for the rank calculation. |
void |
setRankWithinType(CalcValue rankWithinType)Sets the "within" bound type the rank is calculated upon. |
void |
setXML( context, java.lang.Object node)Sets the XML representation of the object. |
java.lang.String |
toString()Generates the string representation of this RankStep object. |
| Methods inherited from class oracle.dss.selection.calcStep.CalcStep |
copyProps, dump, getDescription, getDescription, getFolder, getID, getInstance, getMeasureDependencyIDs, 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 |
| Field Detail |
public static final java.lang.String RANKORDER_ASCENDING
public static final java.lang.String RANKORDER_DESCENDING
public static final java.lang.String WITHINTYPE_TOTAL
public static final java.lang.String WITHINTYPE_PARENT
public static final java.lang.String WITHINTYPE_LEVEL
| Constructor Detail |
public RankStep()
| Method Detail |
public java.lang.Object clone()
clone in class CalcStepObject which represents a clone of this time rank calculation object.public boolean equals(java.lang.Object obj)
equals in class CalcStepobj - Step to compare it totrue if completely internally equal
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.String getEvaluatorClassName()
getEvaluatorClassName in class CalcStepString which represents the evaluator class name.public CalcValue getRankDimension()
CalcValue which represents the dimension for the Rank.public CalcValue getRankHierarchy()
CalcValue which represents the hierarchy for the Rank.public CalcValue getRankWithinType()
CalcValue which represents the "within" bound type for the Rank.public CalcValue getRankMeasure()
CalcValue which represents the measure for the Rank.public CalcValue getRankOrder()
CalcValue which represents the rank for the Rank calculation.public java.lang.String getViewClassName()
getViewClassName in class CalcStepString which represents the view class name.public void setRankDimension(CalcValue rankDimension)
dimension - A CalcValue value that represents the dimension the rank is calculated upon.public void setRankHierarchy(CalcValue rankHierarchy)
rankHierarchy - CalcValue which represents the hierarchy for the Rank.public void setRankWithinType(CalcValue rankWithinType)
rankWithinType - CalcValue which represents the "within" bound type for the Rank.public void setRankMeasure(CalcValue rankMeasure)
rankMeasure - CalcValue which represents the measure for the Rank calculation.public void setRankOrder(CalcValue rankOrder)
rankOrder - CalcValue which represents the order for the Rank calculation.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()
RankStep object.toString in class CalcStepRankStep object.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||