Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

oracle.AWXML
Class ForeCastKeyWord

java.lang.Object
  |
  +--oracle.AWXML.BaseObject
        |
        +--oracle.AWXML.ForeCastKeyWord

public class ForeCastKeyWord
extends BaseObject

A keyword that specifies a property of a forecast.

Each argument of the ForecastDefinition has an associated keyword. The keyword has an associated ForecastArgumentValue that sets the value of the keyword.

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.

    ALLOCLAST 
    ALPHA MAX
    ALPHA MIN
    ALPHA STEP 
    APPROACH   
    BETA MAX  
    BETA MIN  
    BETA STEP  
    COMPSMOOTH    
    CYCDECAY MAX 
    CYCDECAY MIN  
    GAMMA MAX    
    GAMMA MIN    
    GAMMA STEP    
    HISTPERIODS   
    MAXFACTOR     
    METHOD       
    MINFCFACTOR      
    MPTDECAY MAX    
    MPTDECAY MIN     
    NTRIALS          
    NUMFORECASTPERIODS 
    PERIODICITY        
    RATIO           
    SMOOTHING       
    TRANSFORM       
    TRENDHOLD MAX  
    TRENDHOLD MIN  
    TRENDHOLD STEP  
    WINDOWLEN      
 
See Also:
ForecastArgument

Fields inherited from class oracle.AWXML.BaseObject
DATABASENULL

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, WriteToXML

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait


Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

Copyright © 2003, 2005 Oracle. All rights reserved.