|
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.MDMeasure
A client-side representation of a measure in an analytic workspace. An MDMeasure provides, to a java client, information about a measure in the workspace.
A measure represents data in an analytic workspace. The data is usually numeric and additive. Examples of measures are Sales, Cost, and Profit.
| Method Summary | |
java.lang.String |
getDataType()Retrieves the data type of this measure. |
MDDimension[] |
getDimensions()Retrieves the dimensions of this measure. |
MDFolder |
getFolder()Retrieves the folder that contains this MDMeasure. |
MDFolder[] |
getFolders()Retrieves the folders that contain this measure. |
java.lang.String |
getNumberFormatString()Retrieves the number format mask that specifies how a number should be formatted. |
int |
setDimensions(MDDimension[] dimensions)Specifies the dimensions of this measure. |
int |
setFolder(MDFolder folder)Specifies a folder that contains this measure. |
void |
setNumberFormatString(java.lang.String strNumberFormatString)Specifies how a number should be formatted based on the specified format mask. |
| 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 MDFolder getFolder()
throws MetadataManagerException
MDMeasure.MDMeasure.MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDFolder[] getFolders()
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 int setFolder(MDFolder folder)
throws MetadataManagerException
folder - A MDFolder object that this measure uses.MDU.SUCCESS, MDU.FAILURE
public MDDimension[] getDimensions()
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 int setDimensions(MDDimension[] dimensions)
dimensions - An array of MDDimension objects, one for each dimension of this measure.MDU.SUCCESS, MDU.FAILUREpublic java.lang.String getDataType()
MM.BOOLEAN, MM.SHORT, MM.INTEGER, MM.LONG, MM.FLOAT, MM.DOUBLE, MM.STRINGpublic void setNumberFormatString(java.lang.String strNumberFormatString)
strNumberFormatString - A String value which contains the number format mask.oracle.dss.metadataManager.common.MM#NUMBER_FORMAT_STRINGpublic java.lang.String getNumberFormatString()
String which is the number format mask being used.oracle.dss.metadataManager.common.MM#NUMBER_FORMAT_STRING
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||