|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mdm.MdmObject
oracle.olapi.metadata.mdm.MdmDimensionality
public class MdmDimensionality
An MdmObject that associates an
MdmPrimaryDimension with an
MdmDimensionedObject.
You can get the MdmDimensionality objects with the
getDimensionality method of the
MdmDimensionedObject.
| Method Summary | |
|---|---|
java.lang.Object |
acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
Calls the visitMdmDimensionality method of the
MdmObjectVisitor and passes that method this
MdmDimensionality and an Object. |
MdmDimension |
getDimension()
Gets the MdmPrimaryDimension that is associated
with this MdmDimensionality. |
java.lang.String |
getETAttrPrefix()
Gets the ET attribute prefix of this MdmDimensionality. |
MdmViewColumn |
getETColumn()
Gets the MdmViewColumn that represents the ET
(Embedded Totals) values for this MdmDimensionality. |
void |
setDimension(MdmDimension value)
Specifies the MdmPrimaryDimension to associate with
this MdmDimensionality. |
void |
setETAttrPrefix(java.lang.String value)
Specifies a prefix for the name of the column for an attribute of a dimension in the materialized view of a cube. |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmObject |
|---|
addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getName, getNewName, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescription |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getContainedByObject, getID, getOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public MdmDimension getDimension()
throws oracle.express.mdm.MetadataNotFoundException
MdmPrimaryDimension that is associated
with this MdmDimensionality.
MdmPrimaryDimension associated with
this MdmDimensionality.
oracle.express.mdm.MetadataNotFoundException - Indicates that the requested metadata
object does not exist or is not available
to the MdmMetadataProvider.public void setDimension(MdmDimension value)
MdmPrimaryDimension to associate with
this MdmDimensionality.
value - The MdmPrimaryDimension to associate with
this MdmDimensionality.
public java.lang.String getETAttrPrefix()
throws oracle.express.mdm.MetadataNotFoundException
MdmDimensionality.
String that is the prefix that Oracle OLAP adds
to the name of the column for an attribute of a dimension in
the materialized view for a cube.
oracle.express.mdm.MetadataNotFoundException - Indicates that the requested metadata
object does not exist or is not available
to the MdmMetadataProvider.public void setETAttrPrefix(java.lang.String value)
Oracle OLAP automatically assigns an ET attribute prefix for the column names for the attributes of a dimension in the materialized view for a cube. You can use this method to assign your own prefix for the column names.
value - A String that contains the prefix for Oracle
OLAP to add to the name of the column for an attribute of
a dimension in a materialized view for a cube.
public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
visitMdmDimensionality method of the
MdmObjectVisitor and passes that method this
MdmDimensionality and an Object.
acceptVisitor in class MdmObjectvisitor - An MdmObjectVisitor that implements
the Mdm11_2_ObjectVisitor interface.
.context - An Object.
Object returned by the
visitMdmDimensionality method.public final MdmViewColumn getETColumn()
MdmViewColumn that represents the ET
(Embedded Totals) values for this MdmDimensionality.
MdmViewColumn that represents the ET
column for this MdmDimensionality.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||