Package | mx.olap |
Class | public class OLAPTuple |
Inheritance | OLAPTuple Object |
Implements | IOLAPTuple |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The member for the implicitly referenced dimension depends on the structure of the dimension:
- If the implicitly referenced dimension has a default member, the default member is added to the tuple.
- If the implicitly referenced dimension has no default member, the (All) member of the default hierarchy is used.
- If the implicitly referenced dimension has no default member, and the default hierarchy has no (All) member, the first member of the topmost level of the default hierarchy is used.
Related API Elements
Public Properties
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 |
Public Methods
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 this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
explicitMembers | property |
Constructor Detail
OLAPTuple | () | Constructor |
public function OLAPTuple()
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Constructor
Method Detail
addMember | () | method |
public function addMember(element: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
element: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.
|
Thu Dec 6 2018, 01:12 PM -08:00