Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.metadata
Interface OlapMember

All Superinterfaces:
OlapObject
All Known Subinterfaces:
OlapMeasure
All Known Implementing Classes:
DerivedTableMeasure, OlapMeasureImpl, OlapMemberImpl, OlapRootMember, StandardTableMeasure, TableMeasure, TableMember

public interface OlapMember
extends OlapObject

OlapMembers are the structural blocks of an olap level. Levels themselves are part of a hierarchy.


Method Summary
 OlapLevel getLevel()
          Retrieves the level this member is part of.
 int getMemberCount()
          Retrieves the number of children this member has.
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject
getCaption, getDescription, getID, getName
 

Method Detail

getLevel

OlapLevel getLevel()
Retrieves the level this member is part of.

Returns:
the member's level

getMemberCount

int getMemberCount()
Retrieves the number of children this member has.

Returns:
the member's children count

Copyright © 2011 Citra Technologies. All Rights Reserved.