|
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.CalculationSpecification
Assembles and orders the MODEL and RELATION statements within the aggregation map.
| Field Summary | |
protected int |
m_calculationOrder |
| 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 | |
CalculationSpecification(BaseObject input)Constructor that takes the owner of this object. | |
| Method Summary | |
java.lang.String |
Create(AWConnection connection)Creates a CalculationSpecification in the analytic workspace. |
java.lang.String |
getAggregationText(AWConnection connection)Return the MODEL or RELATION statement as a text string |
int |
getCalculationOrder()Returns the position in the aggregation map for this MODEL or RELATION statement. |
void |
setCalculationOrder(int input)Set the position of this MODEL or RELATION statement in the aggregation map. |
void |
setCalculationOrder(java.lang.String input)Set the position of this MODEL or RELATION statement in the aggregation map. |
java.lang.String |
WriteToXML()Returns the object as an XML string. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, 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 |
protected int m_calculationOrder
| Constructor Detail |
public CalculationSpecification(BaseObject input)
input - BaseObject that is the owner of this object in the object model| Method Detail |
public void setCalculationOrder(int input)
input - int identifying the positionpublic void setCalculationOrder(java.lang.String input)
input - String identifying the positionpublic int getCalculationOrder()
int identifying the positionpublic java.lang.String WriteToXML()
String containing the XML that represents the objectpublic java.lang.String getAggregationText(AWConnection connection)
connection - AWConnectionString containing the text of the statementpublic java.lang.String Create(AWConnection connection)
CalculationSpecification in the analytic workspace.connection - AWConnectionString
|
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 | ||||||||