|
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.CubeDimRef
A Dimension
reference in a Cube
.
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
CubeDimRef(BaseObject input) Creates a CubeDimRef for the specified Cube . |
Method Summary | |
Dimension |
getDimension() Returns the Dimension referenced by the Cube . |
java.lang.Boolean |
isSparse() Returns a Boolean specifying whether or not the referenced dimension is sparse. |
void |
setDimension(Dimension input) Sets the reference to the specified Dimension . |
void |
setSparse(java.lang.Boolean input) Sets a Boolean that specifies whether or not the referenced dimension is sparse. |
java.lang.String |
WriteToXML() Returns the CubeDimRef 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 CubeDimRef(BaseObject input)
CubeDimRef
for the specified Cube
.input
- The Cube
that owns the CubeDimRef
.Method Detail |
public void setDimension(Dimension input)
Dimension
.input
- The referenced Dimension
.public Dimension getDimension()
Dimension
referenced by the Cube
.Dimension
.public java.lang.Boolean isSparse()
Boolean
specifying whether or not the referenced dimension is sparse.
A sparse dimension is defined in the analytic workspace with an OLAP DML composite to reduce the amount of space needed to store sparse data.
True
if the dimension is sparse, otherwise False
.public void setSparse(java.lang.Boolean input)
Boolean
that specifies whether or not the referenced dimension is sparse.
A sparse dimension is defined in the analytic workspace with an OLAP DML composite to reduce the amount of space needed to store sparse data.
input
- True
if the dimension is sparse, otherwise False
.public java.lang.String WriteToXML()
CubeDimRef
as an XML string.String
containing the XML that represents the CubeDimRef
.
|
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 |