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

B12180-01

oracle.AWXML
Class ForecastArgument

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

public class ForecastArgument
extends BaseObject

An argument used by the OLAP DML FORECAST command. Argument keywords are LENGTH, METHOD, TIME, and FCNAME.

See Also:
oracle.AWXML.ForecastArgumentValue

For more information, see the OLAP DML Reference.


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
ForecastArgument(BaseObject input)
          Constructor that takes the owner of this object.

 

Method Summary
 ForecastArgumentValue createForecastAgrumentValue()
          Create a new ForecastArgumentValue for a forecast argument.
 ForecastArgumentValue getForecastArgumentValue()
          Return the value of the forecast argument.
 ForeCastKeyWord getForecastKeyWord()
          Return the forecast argument keyword.
 void setForecastArgumentValue(ForecastArgumentValue input)
          Set the value of the forecast argument to the specified ForecastArgumentValue.
 void setForecastKeyWord(ForeCastKeyWord input)
          Set the forecast argument keyword to the specified ForeCastKeyWord.
 void setForecastKeyWord(java.lang.String input)
          Set the forecast argument keyword to the specified string (LENGTH, METHOD, TIME, or FCNAME).
 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

ForecastArgument

public ForecastArgument(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

getForecastKeyWord

public ForeCastKeyWord getForecastKeyWord()
Return the forecast argument keyword.
Returns:
ForeCastKeyWord with value LENGTH, METHOD, TIME, or FCNAME.

setForecastKeyWord

public void setForecastKeyWord(ForeCastKeyWord input)
Set the forecast argument keyword to the specified ForeCastKeyWord.
Parameters:
input - ForeCastKeyWord

setForecastKeyWord

public void setForecastKeyWord(java.lang.String input)
Set the forecast argument keyword to the specified string (LENGTH, METHOD, TIME, or FCNAME).
Parameters:
input - String

setForecastArgumentValue

public void setForecastArgumentValue(ForecastArgumentValue input)
Set the value of the forecast argument to the specified ForecastArgumentValue.
Parameters:
input - ForecastArgumentValue

getForecastArgumentValue

public ForecastArgumentValue getForecastArgumentValue()
Return the value of the forecast argument.
Returns:
ForecastArgumentValue

createForecastAgrumentValue

public ForecastArgumentValue createForecastAgrumentValue()
Create a new ForecastArgumentValue for a forecast argument.
Returns:
ForecastArgumentValue

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

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.