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

B12180-01

oracle.AWXML
Class ConfigurationParameters

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

public class ConfigurationParameters
extends AggregationArgument

Configuration parameters in the argument to a RELATION statement of the aggregation map. Parameters are specified with a Parameter object. Valid parameters are:

 
   DIVIDEBYZERO           
   DECIMALOVERFLOW           
   NASKIP
   WEIGHTBY

For more information, see "AGGREGATE command" in the OLAP DML Reference.


Field Summary
protected  java.util.Vector m_parameters
           

 

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

 

Method Summary
 void addParameter(Parameter input)
          Add a parameter to ConfigurationParameters
 Parameter createParameter()
          Create a new parameter in ConfigurationParameters
protected  java.lang.String getArgumentText()
          Return the text of a parameter argument.
 java.util.Vector getParameters()
          Return the parameters associated with ConfigurationParameters
 void removeParameter(Parameter input)
          Remove a parameter from ConfigurationParameters
 java.lang.String WriteToXML()
          Returns the object as an XML string.

 

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

 

Field Detail

m_parameters

protected java.util.Vector m_parameters
Constructor Detail

ConfigurationParameters

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

WriteToXML

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

addParameter

public void addParameter(Parameter input)
Add a parameter to ConfigurationParameters
Parameters:
input - Parameter

removeParameter

public void removeParameter(Parameter input)
Remove a parameter from ConfigurationParameters
Parameters:
input - Parameter

getParameters

public java.util.Vector getParameters()
Return the parameters associated with ConfigurationParameters
Returns:
Vector

createParameter

public Parameter createParameter()
Create a new parameter in ConfigurationParameters
Returns:
Parameter

getArgumentText

protected java.lang.String getArgumentText()
Return the text of a parameter argument.
Overrides:
getArgumentText in class AggregationArgument
Returns:
String

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

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.