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

B14351-01

oracle.AWXML
Class ConfigurationParameters

java.lang.Object
  |
  +--oracle.AWXML.BaseObject
        |
        +--oracle.AWXML.AggregationArgument
              |
              +--oracle.AWXML.ConfigurationParameters

public class ConfigurationParameters
extends AggregationArgument

A set of parameters that can be used as an argument to an Aggregation. The parameters specify configuration settings for aggregation over a hierarchy.

A ConfigurationParameters object owns one or more Parameter objects. A parameter can have any of the following values:

   DIVIDEBYZERO
   DECIMALOVERFLOW
   NASKIP
   WEIGHTBY
See Also:
AggregationDefinition

Fields inherited from class oracle.AWXML.BaseObject
DATABASENULL

Constructor Summary
ConfigurationParameters(BaseObject input)
Creates a new ConfigurationParameters object for the specified AggregationArgument.

Method Summary
void addParameter(Parameter input)
Adds the specified parameter to the ConfigurationParameters.
Parameter createParameter()
Creates a new parameter in the ConfigurationParameters.
java.util.Vector getParameters()
Returns the parameters in the ConfigurationParameters
void removeParameter(Parameter input)
Removes the specified parameter from the ConfigurationParameters.
java.lang.String WriteToXML()
Returns the ConfigurationParameters as an XML string.

Methods inherited from class oracle.AWXML.AggregationArgument
getArgumentText

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

ConfigurationParameters

public ConfigurationParameters(BaseObject input)
Creates a new ConfigurationParameters object for the specified AggregationArgument.
Parameters:
input - The AggregationArgument that owns the new ConfigurationParameters.

Method Detail

WriteToXML

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

addParameter

public void addParameter(Parameter input)
Adds the specified parameter to the ConfigurationParameters.
Parameters:
input - The Parameter to add.

removeParameter

public void removeParameter(Parameter input)
Removes the specified parameter from the ConfigurationParameters.
Parameters:
input - The Parameter to remove.

getParameters

public java.util.Vector getParameters()
Returns the parameters in the ConfigurationParameters
Returns:
A Vector of Parameter objects.

createParameter

public Parameter createParameter()
Creates a new parameter in the ConfigurationParameters.
Returns:
The new Parameter.

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

B14351-01

Copyright © 2003, 2005 Oracle. All rights reserved.