ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.olap 

IOLAPTuple  - AS3 Flex

Packagemx.olap
Interfacepublic interface IOLAPTuple
Implementors OLAPTuple

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IOLAPTuple interface represents a tuple. You can use tuples to specify the elements on a query axis as part of an OLAPSet instance.

Related API Elements



Public Properties
 PropertyDefined By
  explicitMembers : IList
[read-only] The user added members of this tuple, as a list of IOLAPMember instances.
IOLAPTuple
Public Methods
 MethodDefined By
  
Adds a new member to the tuple.
IOLAPTuple
  
Adds a list of members to the tuple.
IOLAPTuple
Property Detail

explicitMembers

property
explicitMembers:IList  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The user added members of this tuple, as a list of IOLAPMember instances.



Implementation
    public function get explicitMembers():IList
Method Detail

addMember

()method
public function addMember(member:IOLAPElement):void

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Adds a new member to the tuple.

Parameters

member:IOLAPElement — The member to add. If member is a dimension or hierarchy, its default member is added. If member is an instance of IOLAPMember, it is added directly.

addMembers

()method 
public function addMembers(value:IList):void

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Adds a list of members to the tuple. This method can be called when many members need to be added to the tuple.

Parameters

value:IList — The members to add, as a list of IOLAPMember instances.