|
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.ForecastArgumentValue
The value of the forecasting keyword in an argument of the ForecastDefinition
.
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 |
public ForecastArgumentValue()
public ForecastArgumentValue(java.lang.String input)
ForecastArgumentValue
and assigns it the value of the specified String
.input
- The value for the forecasting keyword in the ForecastArgument
.public ForecastArgumentValue(BaseObject input)
ForecastArgumentValue
for the specified ForecastArgument
.input
- The ForecastArgument
that owns the new ForecastArgumentValue
.Method Detail |
public java.lang.String WriteToXML()
ForecastArgumentValue
as an XML string.String
containing the XML that represents the ForecastArgumentValue
.public void setKeyWord(java.lang.String input)
String
. The ForecastArgumentValue
applies to this keyword.input
- The name of the forecasting keyword for this ForecastArgument
.public java.lang.String getKeyWord()
String
. The ForecastArgumentValue
applies to this keyword.ForecastArgument
.public void setValue(java.lang.String input)
String
.input
- The text value to assign to the keyword in this ForecastArgument
.public java.lang.String getValue()
String
.ForecastArgument
.
|
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 |