|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Level
A Level
is a group of Member
s in a Hierarchy
,
all with the same attributes and at the same depth in the hierarchy.
Method Summary | |
---|---|
boolean |
areMembersUnique()
|
int |
getApproxRowCount()
Returns the approximate number of members in this level, or Integer.MIN_VALUE if no approximation is known. |
Level |
getChildLevel()
|
int |
getDepth()
Returns the depth of this level. |
Hierarchy |
getHierarchy()
|
Property[] |
getInheritedProperties()
Returns properties defined against this level and parent levels. |
LevelType |
getLevelType()
|
MemberFormatter |
getMemberFormatter()
|
Level |
getParentLevel()
|
Property[] |
getProperties()
Returns properties defined against this level. |
boolean |
isAll()
|
Methods inherited from interface mondrian.olap.OlapElement |
---|
getCaption, getDescription, getDimension, getName, getQualifiedName, getUniqueName, lookupChild, lookupChild |
Method Detail |
---|
int getDepth()
Note #1: In an access-controlled context, the first visible level of
a hierarchy (as returned by SchemaReader.getHierarchyLevels(mondrian.olap.Hierarchy)
) may
not have a depth of 0.
Note #2: In a parent-child hierarchy, the depth of a member (as
returned by SchemaReader.getMemberDepth(mondrian.olap.Member)
) may not be the same as
the depth of its level.
Hierarchy getHierarchy()
getHierarchy
in interface OlapElement
Level getChildLevel()
Level getParentLevel()
boolean isAll()
boolean areMembersUnique()
LevelType getLevelType()
Property[] getProperties()
Property[] getInheritedProperties()
MemberFormatter getMemberFormatter()
int getApproxRowCount()
Integer.MIN_VALUE
if no approximation is known.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |