|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.OlapRootMember
public class OlapRootMember
OlapRootMember is a special member which is defined as a hierarchy's root. This member is virtual and not actually contained in the cube.
Method Summary | |
---|---|
String |
getCaption()
Retrieves the caption of the olap object. |
String |
getDescription()
Retrieves the description of the olap object. |
String |
getID()
Retrieves the id of the olap object. |
OlapLevel |
getLevel()
Retrieves the level this member is part of. |
int |
getMemberCount()
Retrieves the number of children this member has. |
String |
getName()
Retrieves the name of the olap object. |
static OlapMember |
getRootMember(OlapHierarchy hierarchy)
Returns the root member for a given hierarchy. |
static boolean |
isRootMember(OlapMember member)
Determines whether a member is the hierarchy's root member. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getCaption()
getCaption
in interface OlapObject
public String getDescription()
getDescription
in interface OlapObject
public String getID()
getID
in interface OlapObject
public OlapLevel getLevel()
getLevel
in interface OlapMember
public int getMemberCount()
getMemberCount
in interface OlapMember
public String getName()
getName
in interface OlapObject
public static OlapMember getRootMember(OlapHierarchy hierarchy)
hierarchy
- the hierarchy whose root member is returned
public static boolean isRootMember(OlapMember member)
member
- the member to test whether it is the hierarchy's root
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |