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

B12180-01

oracle.AWXML
Class AllocationOperator

java.lang.Object
  |
  +--oracle.AWXML.BaseObject
        |
        +--oracle.AWXML.AllocationOperator

public class AllocationOperator
extends BaseObject

The type of operator to be used as the allocation method for data over a given hierarchy. Allocation operators have an OperatorType whose values can be:

     COPY 
     HCOPY 
     MIN
     MAX 
     FIRST
     LAST
     HFIRST
     LAST
     EVEN 
     HEVEN
     PROPORTIONAL

For information on allocation operators, see "RELATION (for allocation)" in the OLAP DML Reference.


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

 

Method Summary
 java.lang.String getOpcode()
           
 OperatorType getOperatorType()
           
static boolean isAllocationOperator(java.lang.String input)
           
 void setOpcode(java.lang.String input)
           
 void setOperatorType(OperatorType input)
           
 java.lang.String toString()
           
 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, wait, wait, wait

 

Constructor Detail

AllocationOperator

public AllocationOperator(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 BaseObject
Returns:
A String containing the XML that represents the object

setOperatorType

public void setOperatorType(OperatorType input)
Returns:
 

getOperatorType

public OperatorType getOperatorType()
Returns:
 

getOpcode

public java.lang.String getOpcode()
Returns:
 

setOpcode

public void setOpcode(java.lang.String input)
Returns:
 

toString

public java.lang.String toString()
Overrides:
toString in class BaseObject
Returns:
 

isAllocationOperator

public static boolean isAllocationOperator(java.lang.String input)
Returns:
 

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

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.