public interface Measure extends BusinessObject, BlContainer
Use BusinessLayerFactory.createBlItem(Class, String, BlContainer) to instantiate a measure.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ProjectionFunction |
getProjectionFunction()
Returns the value of the 'Projection Function' attribute.
|
boolean |
isHighPrecision()
Returns the value of the 'High Precision' attribute.
|
void |
setHighPrecision(boolean value)
Sets the value of the '
High Precision' attribute. |
void |
setProjectionFunction(ProjectionFunction value)
Sets the value of the '
Projection Function' attribute. |
getAccessLevel, getAssociatedLov, getBinding, getDataType, getDisplayFormat, getLineage, getMapping, getSelect, getTechnicalInformation, getWhere, isAssociatedLovEnabled, isUsableInConditions, isUsableInResults, isUsableInSort, setAccessLevel, setAssociatedLov, setAssociatedLovEnabled, setDataType, setLineage, setMapping, setSelect, setTechnicalInformation, setUsableInConditions, setUsableInResults, setUsableInSort, setWheregetChildrengetDescription, getInheritedData, getParent, getPath, getState, setDescription, setStategetIdentifiergetCustomPropertiesProjectionFunction getProjectionFunction()
"SUM".
The literals are from the enumeration ProjectionFunction.
This allows you to know which aggregation function is used on the measure locally.
ProjectionFunction,
setProjectionFunction(ProjectionFunction)void setProjectionFunction(ProjectionFunction value)
Projection Function' attribute.
This allows you to set the aggregation function to be used on the measure locally.
value - the new value of the 'Projection Function' attribute.ProjectionFunction,
getProjectionFunction()boolean isHighPrecision()
"false".
This allows you to know if the measure is high precision.
setHighPrecision(boolean)void setHighPrecision(boolean value)
High Precision' attribute.
This allows you to set the high precision flag on the measure locally.
value - the new value of the 'High Precision' attribute.isHighPrecision()