|
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.TimeCalcStep
|
+--oracle.dss.selection.calcStep.TimeLagLeadStep
TimeLagLeadStep
| Fields inherited from class oracle.dss.selection.calcStep.TimeCalcStep |
TIMECALC_CALENDAR_YEAR, TIMECALC_DAY, TIMECALC_FISCAL_YEAR, TIMECALC_MONTH, TIMECALC_PERIOD, TIMECALC_QUARTER, TIMECALC_TIME_DIMENSION, TIMECALC_TIME_HIERARCHY, TIMECALC_WEEK, TIMECALC_YEAR |
| Fields inherited from class oracle.dss.selection.step.Step |
ADD, BASE_STATE_INDEX, CURRENT_STATE_INDEX, KEEP, LONG, MEDIUM, REMOVE, SELECT, SHORT |
| Constructor Summary | |
TimeLagLeadStep()Default constructor for Time 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 |
getPeriod()Retrieves the period the calculation is performed on. |
CalcValue |
getPeriods()Retrieves the number of periods the calculation is performed on. |
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 |
setPeriod(CalcValue calcValuePeriod)Sets the period the calculation is performed on. |
void |
setPeriods(CalcValue calcValuePeriods)Sets the number of periods the calculation is performed on. |
void |
setXML( context, java.lang.Object node)Sets the XML representation of the object. |
java.lang.String |
toString()Generates the string representation of this TimeLagLeadStep object. |
| Methods inherited from class oracle.dss.selection.calcStep.TimeCalcStep |
getMeasure, getMeasureDependencyIDs, getTimeDimension, getTimeHierarchy, setMeasure, setTimeDimension, setTimeHierarchy |
| 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 TimeLagLeadStep()
| Method Detail |
public java.lang.Object clone()
clone in class TimeCalcStepObject which represents a clone of this time calculation object.public boolean equals(java.lang.Object obj)
equals in class TimeCalcStepobj - 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 TimeCalcStepClass object.SelectionException - If the StepEvaluator class is not found.public java.lang.String getEvaluatorClassName()
getEvaluatorClassName in class TimeCalcStepString which represents the evaluator class name.public java.lang.String getViewClassName()
getViewClassName in class TimeCalcStepString which represents the view class name.public CalcValue getPeriods()
CalcValue which represents the number of periods.public CalcValue getPeriod()
CalcValue which represents the period.public void setPeriods(CalcValue calcValuePeriods)
calcValuePeriods - A CalcValue value that represents the number of periods.public void setPeriod(CalcValue calcValuePeriod)
calcValuePeriod - A CalcValue value that represents the period.public java.lang.String toString()
TimeLagLeadStep object.toString in class TimeCalcStepTimeLagLeadStep object.public java.lang.Object getXML( context)
getXML in class TimeCalcStepcontext - The control settings that is send by the container (caller)ObjectScope
public void setXML( context,
java.lang.Object node)
setXML in class TimeCalcStepcontext - The control settings that is send by the container (caller)node - The XML representation of the object
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||