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

B12180-01

oracle.AWXML
Class AllocationArgument

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

public class AllocationArgument
extends BaseObject

Argument to a RELATION statement in the allocation map. Valid arguments are:

    ADD 
    ASSIGN 
    CEILING
    DIM_VSET
    FLOOR
    MAX 
    MIN
    MULITPLY 
    NAHANDLE
    NORMALIZE
    PROTECTLIST
    READWRITE
    WEIGHTBY 
    WNAFILL 
    WRITE

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

 

Method Summary
 void addParameter(Parameter input)
          Adds a parameter to a RELATION statement in the allocation map.
 Parameter createParameter()
          Creates a new parameter.
 java.lang.String getArgumentText()
          Returns the value of a parameter.
 java.util.Vector getParameters()
          Returns the parameters for a RELATION statement in the allocation map.
 void removeParameter(Parameter input)
          Removes a parameter from a RELATION statement in the allocation map.
 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

AllocationArgument

public AllocationArgument(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

addParameter

public void addParameter(Parameter input)
Adds a parameter to a RELATION statement in the allocation map. Valid parameter keywords are:
    ADD 
    ASSIGN 
    CEILING
    DIM_VSET
    FLOOR
    MAX 
    MIN
    MULITPLY 
    NAHANDLE
    NORMALIZE
    PROTECTLIST
    READWRITE
    WEIGHTBY 
    WNAFILL 
    WRITE
Parameters:
input - Parameter

removeParameter

public void removeParameter(Parameter input)
Removes a parameter from a RELATION statement in the allocation map.
Parameters:
input - Parameter

getParameters

public java.util.Vector getParameters()
Returns the parameters for a RELATION statement in the allocation map.
Returns:
Vector

createParameter

public Parameter createParameter()
Creates a new parameter.
Returns:
Parameter

getArgumentText

public java.lang.String getArgumentText()
Returns the value of a parameter.
Returns:
String

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

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.