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

B12180-01

oracle.AWXML
Class AggregationArgument

java.lang.Object
  |
  +--oracle.AWXML.BaseObject
        |
        +--oracle.AWXML.AggregationArgument
Direct Known Subclasses:
ConfigurationParameters

public abstract class AggregationArgument
extends BaseObject

An argument used by the aggregation rules for a dimension. The rules are specified in an Aggregation object, which represents a RELATION statement in the aggregation map.

Aggregation arguments are:

   DIVIDEBYZERO
   DECIMALOVERFLOW
   NASKIP
   WEIGHTBY

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

 

Method Summary
protected  java.lang.String getArgumentText()
          Returns the text of the aggregation argument.
 java.lang.String WriteToXML()
          This method will write the contents of the object as a valid awxml string as defined by the awxml xsd

 

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

AggregationArgument

public AggregationArgument(BaseObject input)
Constructor that takes the owner of this object.
Parameters:
input - A BaseObject that is the owner of this object in the object model
Method Detail

WriteToXML

public java.lang.String WriteToXML()
This method will write the contents of the object as a valid awxml string as defined by the awxml xsd
Overrides:
WriteToXML in class BaseObject
Returns:
String containing the instance values formated as an xml string

getArgumentText

protected java.lang.String getArgumentText()
Returns the text of the aggregation argument. One of the following:
   DIVIDEBYZERO
   DECIMALOVERFLOW
   NASKIP
   WEIGHTBY
Returns:
String containing the aggregation argument

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

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.