public interface Measure extends Member
A Measure
provides the value of each cell, and is usually
numeric. Every measure is a member of a special dimension called "Measures".
Modifier and Type | Interface and Description |
---|---|
static class |
Measure.Aggregator
Enumeration of the aggregate functions which can be used to derive a
Measure . |
Member.TreeOp, Member.Type
Modifier and Type | Method and Description |
---|---|
Measure.Aggregator |
getAggregator()
Returns the Aggregator of this Measure.
|
Datatype |
getDatatype()
Returns the data type of this Measure.
|
boolean |
isVisible()
Returns whether this Measure is visible.
|
getAncestorMembers, getChildMemberCount, getChildMembers, getDataMember, getDepth, getDimension, getExpression, getHierarchy, getLevel, getMemberType, getOrdinal, getParentMember, getProperties, getPropertyFormattedValue, getPropertyValue, getSolveOrder, isAll, isCalculated, isCalculatedInQuery, isChildOrEqualTo, isHidden, setProperty
getCaption, getDescription, getName, getUniqueName
Measure.Aggregator getAggregator()
Datatype getDatatype()
boolean isVisible()
isVisible
in interface MetadataElement