oracle.AWXML
Class AggregationArgument
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.AggregationArgument
- Direct Known Subclasses:
- ConfigurationParameters
- public abstract class AggregationArgument
- extends BaseObject
An abstract class that specifies an arguments for an OLAP DML RELATION
statement in an aggregation specification. An AggregationArgument
is associated with an Aggregation
.
An instance of a ConfigurationParameters
, which is the concrete subclass of AggregationArgument
, has Parameter
objects. Each Parameter
specifies an argument for an OLAP DML RELATION
statement in an aggregation specification.
For more information on the arguments to a RELATION
(for aggregation) statement, see the Oracle OLAP DML Reference.
- See Also:
AggregationDefinition
, Parameter
Method Summary |
protected java.lang.String |
getArgumentText()
Returns the text of the aggregation argument for the hierarchy. |
java.lang.String |
WriteToXML()
Returns the AggregationArgument 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 |
AggregationArgument
public AggregationArgument(BaseObject input)
- Creates an
AggregationArgument
for the specified Aggregation
.
-
- Parameters:
input
- The Aggregation
that owns the new AggregationArgument
.
WriteToXML
public java.lang.String WriteToXML()
- Returns the
AggregationArgument
as an XML string.
-
- Overrides:
- WriteToXML in class BaseObject
-
- Returns:
- A
String
containing the XML that represents the AggregationArgument
.
getArgumentText
protected java.lang.String getArgumentText()
- Returns the text of the aggregation argument for the hierarchy. One of the following:
DIVIDEBYZERO
DECIMALOVERFLOW
NASKIP
WEIGHTBY
-
- Returns:
- The aggregation argument as a
String
.
Copyright © 2003, 2005 Oracle. All rights reserved.