|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.AWXML.BaseObject | +--oracle.AWXML.ForecastArgument
An argument to a ForecastDefinition
.
An argument consists of a keyword-value pair. In most cases, the keyword has a single value.
The forecasting keywords, listed below, are accepted by the OLAP DML FCSET command. See the OLAP DML Reference for a complete explanation of each keyword.
Keyword Values ALLOCLAST 'YES'|'NO' ALPHA MAX decimal ALPHA MIN decimal ALPHA STEP decimal APPROACH 'APPAUTO'|'APPMANUAL'|'APPHYBRID' BETA MAX decimal BETA MIN decimal BETA STEP decimal COMPSMOOTH 'YES'|'NO' CYCDECAY MAX decimal CYCDECAY MIN decimal GAMMA MAX decimal GAMMA MIN decimal GAMMA STEP decimal HISTPERIODS integer MAXFACTOR decimal METHOD 'AUTOMATIC'|'LINREG'|'NLREG1'|'NLREG2'| 'NLREG3'|'NLREG4'|'NLREG5'|'SESMOOTH'| 'DESMOOTH'|'HOLT/WINTERS' MINFCFACTOR decimal MPTDECAY MAX decimal MPTDECAY MIN decimal NTRIALS integer NUMFORECASTPERIODS integer PERIODICITY integer| up to 6 comma-separated integers enclosed in parantheses RATIO decimal SMOOTHING 'YES'|'NO' TRANSFORM 'TRNOSEA'|'TRSEA'|'TRMPT' TRENDHOLD MAX decimal TRENDHOLD MIN decimal TRENDHOLD STEP decimal WINDOWLEN integer
ForecastDefinition
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
ForecastArgument(BaseObject input) Creates a ForecastArgument for the specified ForecastDefinition . |
Method Summary | |
ForecastArgumentValue |
createForecastAgrumentValue() Creates a ForecastArgumentValue for the forecasting keyword. |
ForecastArgumentValue |
getForecastArgumentValue() Returns the value for the forecasting keyword. |
ForeCastKeyWord |
getForecastKeyWord() Returns the forecasting keyword in the argument. |
void |
setForecastArgumentValue(ForecastArgumentValue input) Sets the value for the forecasting keyword. |
void |
setForecastKeyWord(ForeCastKeyWord input) Sets the forecasting keyword to the specified ForecastKeyWord . |
void |
setForecastKeyWord(java.lang.String input) Sets the forecasting keyword to the specified String . |
java.lang.String |
WriteToXML() Returns the ForecastArgument as an XML string. |
Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForecastArgument(BaseObject input)
ForecastArgument
for the specified ForecastDefinition
.input
- The ForecastDefinition
that owns the new ForecastArgument
.Method Detail |
public java.lang.String WriteToXML()
ForecastArgument
as an XML string.String
containing the XML that represents the ForecastArgument
.public ForeCastKeyWord getForecastKeyWord()
ForeCastKeyWord
in this ForecastArgument
.public void setForecastKeyWord(ForeCastKeyWord input)
ForecastKeyWord
.input
- The ForecastKeyWord
to use in this ForecastArgument
.public void setForecastKeyWord(java.lang.String input)
String
. The string must be a valid value accepted by the OLAP DML FCSET command.input
- The name of the forecasting keyword.public void setForecastArgumentValue(ForecastArgumentValue input)
input
- The ForecastArgumentValue
of the ForecastKeyWord
.public ForecastArgumentValue getForecastArgumentValue()
ForecastArgumentValue
of the ForecastKeyWord
.public ForecastArgumentValue createForecastAgrumentValue()
ForecastArgumentValue
for the forecasting keyword.ForecastArgumentValue
.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |