|
Oracle OLAP Analytic Workspace Java API Reference 10g Release 1 (10.1) B12180-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.Parameter
A parameter to the aggregation or allocation rules for a dimension. A Parameter can be a ConfigurationParameter in an Aggregation, or it can be an AllocationArgument in an Allocation.
In the OLAP DML, the parameter applies to a RELATION statement in the aggregation map or allocation map.
Parameters for aggregation are:
DIVIDEBYZERO DECIMALOVERFLOW NASKIP WEIGHTBY
Parameters for allocation are:
ADD ASSIGN CEILING DIM_VSET FLOOR MAX MIN MULITPLY NAHANDLE NORMALIZE PROTECTLIST READWRITE WEIGHTBY WNAFILL WRITE
| 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 | |
Parameter(BaseObject input)Constructor that takes the owner of this object. | |
| Method Summary | |
java.lang.String |
getKeyWord()Returns the parameter keyword. |
java.lang.String |
getValue()Returns the parameter value. |
void |
setKeyWord(java.lang.String input)Sets the parameter keyword to the specified string. |
void |
setValue(java.lang.String input)Sets the parameter value to the specified string. |
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 |
| Constructor Detail |
public Parameter(BaseObject input)
input - BaseObject that is the owner of this object in the object model| Method Detail |
public java.lang.String WriteToXML()
String containing the XML that represents the objectpublic void setKeyWord(java.lang.String input)
input - String specifying a keywordpublic java.lang.String getKeyWord()
String containing a keywordpublic void setValue(java.lang.String input)
input - String specifying a parameter valuepublic java.lang.String getValue()
String containing a parameter value
|
Oracle OLAP Analytic Workspace Java API Reference 10g Release 1 (10.1) B12180-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||