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

B14351-01

oracle.AWXML
Class ForecastArgumentValue

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

public class ForecastArgumentValue
extends BaseObject

The value of the forecasting keyword in an argument of the ForecastDefinition.

See Also:
ForecastArgument

Fields inherited from class oracle.AWXML.BaseObject
DATABASENULL

Constructor Summary
ForecastArgumentValue()
Default Constructor
ForecastArgumentValue(BaseObject input)
Creates a ForecastArgumentValue for the specified ForecastArgument.
ForecastArgumentValue(java.lang.String input)
Creates a ForecastArgumentValue and assigns it the value of the specified String.

Method Summary
java.lang.String getKeyWord()
Returns the forecasting keyword as a String.
java.lang.String getValue()
Returns the value of this forecasting argument as a String.
void setKeyWord(java.lang.String input)
Sets the forecasting keyword to the specified String.
void setValue(java.lang.String input)
Sets the value of this forecasting argument to the specified String.
java.lang.String WriteToXML()
Returns the ForecastArgumentValue 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

ForecastArgumentValue

public ForecastArgumentValue()
Default Constructor

ForecastArgumentValue

public ForecastArgumentValue(java.lang.String input)
Creates a ForecastArgumentValue and assigns it the value of the specified String.
Parameters:
input - The value for the forecasting keyword in the ForecastArgument.

ForecastArgumentValue

public ForecastArgumentValue(BaseObject input)
Creates a ForecastArgumentValue for the specified ForecastArgument.
Parameters:
input - The ForecastArgument that owns the new ForecastArgumentValue.

Method Detail

WriteToXML

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

setKeyWord

public void setKeyWord(java.lang.String input)
Sets the forecasting keyword to the specified String. The ForecastArgumentValue applies to this keyword.
Parameters:
input - The name of the forecasting keyword for this ForecastArgument.

getKeyWord

public java.lang.String getKeyWord()
Returns the forecasting keyword as a String. The ForecastArgumentValue applies to this keyword.
Returns:
The name of the forecasting keyword for this ForecastArgument.

setValue

public void setValue(java.lang.String input)
Sets the value of this forecasting argument to the specified String.
Parameters:
input - The text value to assign to the keyword in this ForecastArgument.

getValue

public java.lang.String getValue()
Returns the value of this forecasting argument as a String.
Returns:
The text value assigned to the keyword in this ForecastArgument.

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

B14351-01

Copyright © 2003, 2005 Oracle. All rights reserved.