| Package | mx.olap |
| Class | public class OLAPTuple |
| Inheritance | OLAPTuple Object |
| Implements | IOLAPTuple |
The member for the implicitly referenced dimension depends on the structure of the dimension:
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| explicitMembers : IList
[read-only]
The user added members of this tuple, as a list of IOLAPMember instances.
| OLAPTuple | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| Method | Defined By | ||
|---|---|---|---|
|
Constructor
| OLAPTuple | ||
|
Adds a new member to the tuple.
| OLAPTuple | ||
|
Adds a list of members to the tuple.
| OLAPTuple | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| explicitMembers | property |
explicitMembers:IList [read-only]
The user added members of this tuple, as a list of IOLAPMember instances.
public function get explicitMembers():IList
| OLAPTuple | () | Constructor |
public function OLAPTuple()
Constructor
| addMember | () | method |
public function addMember(member:IOLAPElement):void
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
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.
|