|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.dss.metadataUtil.PropertyBag
|
+--oracle.dss.metadataManager.common.MDObject
|
+--oracle.dss.metadataManager.common.MDLevel
A client-side representation of a level in an analytic workspace. An MDLevel provides, to a java client, information about a level in a hierarchy in the workspace.
An OLAP level is a position in a hierarchy. For example, a Time dimension might have a hierarchy that represents data at the "Month," "Quarter," and "Year" levels.
MDHierarchy, Serialized Form| Method Summary | |
MDAttribute[] |
getAttributes()Retrieves the attributes that apply to this level. |
java.lang.String |
getCurrentMember()This is typically used to get current member for a level on a time dimension |
java.lang.String |
getDataType()Retrieves the data type of this level. |
MDHierarchy |
getHierarchy()Retrieves the hierarchy that contains this level. |
void |
setCurrentMember(java.lang.String currentMember)This is typically used to set current member for a level on a time dimension |
| Methods inherited from class oracle.dss.metadataManager.common.MDObject |
getClassName, getDescription, getDriverType, getDriverTypes, getLabel, getLongLabel, getMetadataManagerServices, getName, getObjectType, getPath, getShortLabel, getSubObjectType, getUniqueID, nameEquals, setClassName, setDriverType, setMetadataManagerServices, setName, setObjectType, setSubObjectType, toString, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public MDHierarchy getHierarchy()
throws MetadataManagerException
MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDAttribute[] getAttributes()
throws MetadataManagerException
MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.public java.lang.String getDataType()
MM.BOOLEAN, MM.SHORT, MM.INTEGER, MM.LONG, MM.FLOAT, MM.DOUBLE, MM.STRINGpublic void setCurrentMember(java.lang.String currentMember)
currentMember - String representing currentMemberpublic java.lang.String getCurrentMember()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||