|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Measure
Data value of primary interest to the user browsing the cube.
A Measure provides the value of each cell, and is usually
numeric. Every measure is a member of a special dimension called "Measures".
| Nested Class Summary | |
|---|---|
static class |
Measure.Aggregator
Enumeration of the aggregate functions which can be used to derive a Measure. |
| Nested classes/interfaces inherited from interface org.olap4j.metadata.Member |
|---|
Member.TreeOp, Member.Type |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.olap4j.metadata.Member |
|---|
getAncestorMembers, getChildMemberCount, getChildMembers, getDataMember, getDepth, getDimension, getExpression, getHierarchy, getLevel, getMemberType, getOrdinal, getParentMember, getProperties, getPropertyFormattedValue, getPropertyValue, getSolveOrder, isAll, isCalculated, isCalculatedInQuery, isChildOrEqualTo, isHidden, setProperty |
| Methods inherited from interface org.olap4j.metadata.MetadataElement |
|---|
getCaption, getDescription, getName, getUniqueName |
| Method Detail |
|---|
Measure.Aggregator getAggregator()
Datatype getDatatype()
boolean isVisible()
isVisible in interface MetadataElement
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||