|
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.AllocationArgument
An argument to an Allocation
.
An AllocationArgument
object has one or more Parameter
objects. Each parameter consists of a keyword-value pair.
For more information, see "RELATION (for allocation)" in the OLAP DML Reference.
AllocationDefinition
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
AllocationArgument(BaseObject input) Creates an AllocationArgument for the specified Allocation . |
Method Summary | |
void |
addParameter(Parameter input) Adds the specified parameter to the AllocationArgument . |
Parameter |
createParameter() Creates a new parameter for the AllocationArgument . |
java.lang.String |
getArgumentText() Returns the text of the AllocationArgument . |
java.util.Vector |
getParameters() Returns the parameters in this AllocationArgument . |
void |
removeParameter(Parameter input) Removes the specified parameter from the AllocationArgument . |
java.lang.String |
WriteToXML() Returns the AllocationArgument as an XML string. |
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 AllocationArgument(BaseObject input)
AllocationArgument
for the specified Allocation
.input
- The Allocation
that owns this AllocationArgument
.Method Detail |
public java.lang.String WriteToXML()
AllocationArgument
as an XML string.String
containing the XML that represents the AllocationArgument
.public void addParameter(Parameter input)
AllocationArgument
.input
- The Parameter
to add.public void removeParameter(Parameter input)
AllocationArgument
.input
- The Parameter
to remove.public java.util.Vector getParameters()
AllocationArgument
.Vector
of Parameter
objects.public Parameter createParameter()
AllocationArgument
.Parameter
.public java.lang.String getArgumentText()
AllocationArgument
.AllocationArgument
.
|
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 |