((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Classepublic class OLAPTuple
HerançaOLAPTuple Inheritance Object
Implementa IOLAPTuple

The OLAPTuple class reprsents a tuple expression pointing to an OLAP cube cell. A tuple is made up of one member from every dimension that is contained within a cube. The complete expression of a tuple identifier is made up of one or more explicitly specified members, in parentheses. A tuple can be fully qualified, can contain implicit members, or can contain a single member. Any dimension that is not explicitly referenced within a tuple is implicitly referenced.

The member for the implicitly referenced dimension depends on the structure of the dimension:

Veja também

mx.olap.IOLAPTuple


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  explicitMembers : IList
[read-only] The members of this tuple, as a list of IOLAPMember instances.
OLAPTuple
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
  
Constructor
OLAPTuple
  
Adds a new member to the tuple.
OLAPTuple
  
Adds a list of members to the tuple.
OLAPTuple
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes da propriedade
explicitMemberspropriedade
explicitMembers:IList  [read-only]

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


Implementação
    public function get explicitMembers():IList
Detalhes do construtor
OLAPTuple()Construtor
public function OLAPTuple()

Constructor

Detalhes do método
addMember()método
public function addMember(member:IOLAPElement):void

Adds a new member to the tuple.

Parâmetros

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()método 
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.

Parâmetros

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