com.citra.pivot.olap.member
Class MemberSelectionList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.citra.pivot.olap.member.MemberSelectionList
- All Implemented Interfaces:
- Serializable, Cloneable, Collection, List, RandomAccess
public class MemberSelectionList
- extends ArrayList
MemberSelectionList is a list containing MemberSelection objects.
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
MemberSelectionList
public MemberSelectionList()
- Constructs a MemberSelectionList.
MemberSelectionList
public MemberSelectionList(OlapMember member)
- Constructs a MemberSelectionList.
MemberSelectionList
public MemberSelectionList(MemberSelection selection)
- Constructs a MemberSelectionList.
MemberSelectionList
public MemberSelectionList(Collection members)
- Constructs a MemberSelectionList.
getMember
public MemberSelection getMember(int index)
- Returns the member selection at the specified location.
- Parameters:
index
- the member's location in the list
- Returns:
- the member selection