Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.pivot.olap.member

Contains classes and interfaces for selecting member values from a DataSource.

See:
          Description

Interface Summary
MemberSelection MemberSelection is a selection that resolves to a single member.
 

Class Summary
AbstractMemberSelection AbstractMemberSelection is the basis of member selections in this package.
AncestorMemberSelection AncestorMemberSelection is a selection that returns the ancestor of a member.
CurrentMemberSelection CurrentMemberSelection is a selection used to select members of a given hierarchy in an iteration.
ItemMemberSelection ItemMemberSelection is a selection that returns a member in a tuple
MemberSelectionList MemberSelectionList is a list containing MemberSelection objects.
ParentMemberSelection ParentMemberSelection is a selection that returns the parent of a member.
SelfMemberSelection SelfMemberSelection is a selection containing a reference to an OlapMember.
StrToMemberSelection StrToMemberSelection is a selection that returns an OlapMember from a string expression.
 

Package com.citra.pivot.olap.member Description

Contains classes and interfaces for selecting member values from a DataSource.


Copyright © 2011 Citra Technologies. All Rights Reserved.