oracle.AWXML
Class SolveDefinition
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.SolveDefinition
- Direct Known Subclasses:
- AggregationDefinition, AllocationDefinition, ForecastDefinition
- public abstract class SolveDefinition
- extends BaseObject
The instructions for performing a Solve
. A SolveDefinition
can be an AggregationDefinition
, an AllocationDefinition
, or a ForecastDefinition
.
A SolveDefinition
is owned by a Cube
.
For more information on OLAP solves, see the OLAP DML Reference and the OLAP Application Developer's Guide.
- See Also:
Solve
Method Summary |
java.lang.String |
WriteToXML()
Returns the SolveDefinition 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 |
SolveDefinition
public SolveDefinition(BaseObject input)
- Creates a
SolveDefinition
for the specified Cube
.
-
- Parameters:
input
- The Cube
that owns the SolveDefinition
.
WriteToXML
public java.lang.String WriteToXML()
- Returns the
SolveDefinition
as an XML string.
-
- Overrides:
- WriteToXML in class BaseObject
-
- Returns:
- A
String
containing the XML that represents the SolveDefinition
.
Copyright © 2003, 2005 Oracle. All rights reserved.