| 
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--oracle.AWXML.BaseObject
        |
        +--oracle.AWXML.AggregationArgument
              |
              +--oracle.AWXML.ConfigurationParameters
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
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 | 
public ConfigurationParameters(BaseObject input)
ConfigurationParameters object for the specified AggregationArgument.input - The AggregationArgument that owns the new ConfigurationParameters.| Method Detail | 
public java.lang.String WriteToXML()
ConfigurationParameters as an XML string.String containing the XML that represents the ConfigurationParameters.public void addParameter(Parameter input)
ConfigurationParameters.input - The Parameter to add.public void removeParameter(Parameter input)
ConfigurationParameters.input - The Parameter to remove.public java.util.Vector getParameters()
ConfigurationParametersVector of Parameter objects.public Parameter createParameter()
ConfigurationParameters.Parameter.
  | 
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||