Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

oracle.AWXML
Class ForecastArgumentValue

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

public class ForecastArgumentValue
extends BaseObject

The value of an argument to a forecast. For example, you might specify 3 as the value of the LENGTH argument, specifying a forecast for three periods. Values of the METHOD argument are: TREND, EXPONENTIAL, and WINTERS PERIODICITY.

For more information, see the OLAP DML Reference.

See Also:
oracle.AWXML.ForecastArgument

Fields inherited from class oracle.AWXML.BaseObject
AWNULL, DATABASENULL, m_commandResults, m_commandResultText, m_id, m_listResults, m_longName, m_name, m_owner, m_pluralName, m_schema, m_shortName, s_EndElementTag, s_EndEndTag, s_EndStartTag, s_EndTag, s_Indent, s_JAVA_LINEEND, s_NEWLINE, s_objectCounter, s_StartEndTag, s_StartStartTag

 

Constructor Summary
ForecastArgumentValue()
          Default Constructor
ForecastArgumentValue(BaseObject input)
          Constructor that takes the owner of this object.
ForecastArgumentValue(java.lang.String input)
           

 

Method Summary
 java.lang.String getKeyWord()
          Returns the argument keyword.
 java.lang.String getValue()
          Returns the value of the LENGTH, METHOD, TIME, or FCNAME keyword.
 void setKeyWord(java.lang.String input)
          Sets the argument keyword.
 void setValue(java.lang.String input)
          Sets the value of the LENGTH, METHOD, TIME, or FCNAME keyword.
 java.lang.String WriteToXML()
          Returns the object as an XML string.

 

Methods inherited from class oracle.AWXML.BaseObject
Alter, Create, CreateAfter, CreateBefore, CreateFirst, Delete, getId, getLongName, getName, getOwner, getParentId, getPluralName, getSchema, getShortName, setLongName, setName, setPluralName, setSchema, setShortName

 

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

 

Constructor Detail

ForecastArgumentValue

public ForecastArgumentValue()
Default Constructor

ForecastArgumentValue

public ForecastArgumentValue(java.lang.String input)

ForecastArgumentValue

public ForecastArgumentValue(BaseObject input)
Constructor that takes the owner of this object.
Parameters:
input - BaseObject that is the owner of this object in the object model
Method Detail

WriteToXML

public java.lang.String WriteToXML()
Returns the object as an XML string.
Overrides:
WriteToXML in class BaseObject
Returns:
A String containing the XML that represents the object

setKeyWord

public void setKeyWord(java.lang.String input)
Sets the argument keyword.
Parameters:
String - with value LENGTH, METHOD, TIME, or FCNAME

getKeyWord

public java.lang.String getKeyWord()
Returns the argument keyword.
Returns:
String containing LENGTH, METHOD, TIME, or FCNAME

setValue

public void setValue(java.lang.String input)
Sets the value of the LENGTH, METHOD, TIME, or FCNAME keyword.
Parameters:
String - containing the value of the argument

getValue

public java.lang.String getValue()
Returns the value of the LENGTH, METHOD, TIME, or FCNAME keyword.
Returns:
String containing the value of the argument

Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.