((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Interfacepublic interface IOLAPDimension extends IOLAPElement
ImplementorsOLAPDimension

The IOLAPDimension interface represents a dimension in an IOLAPCube instance.

Veja também

mx.olap.OLAPDimension


Propriedades Públicas
 PropriedadeDefinido por
  attributes : IList
[read-only] The attributes of this dimension, as a list of OLAPAttribute instances.
IOLAPDimension
  cube : IOLAPCube
[read-only] The cube to which this dimension belongs.
IOLAPDimension
  defaultMember : IOLAPMember
[read-only] The default member of this dimension.
IOLAPDimension
 Inheriteddimension : IOLAPDimension
[read-only] The dimension to which this element belongs.
IOLAPElement
 InheriteddisplayName : String
[read-only] The name of the OLAP element, as a String, which can be used for display.
IOLAPElement
  hierarchies : IList
[read-only] All the hierarchies for this dimension, as a list of IOLAPHierarchy instances.
IOLAPDimension
  isMeasure : Boolean
[read-only] Contains true if this is the measures dimension, which holds all the measure members.
IOLAPDimension
  members : IList
[read-only] Returns all the members of this dimension, as a list of IOLAPMember instances.
IOLAPDimension
 Inheritedname : String
[read-only] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
 InheriteduniqueName : String
[read-only] The unique name of the OLAP element in the cube.
IOLAPElement
Métodos Públicos
 MétodoDefinido por
  
Returns the attribute with the given name within the dimension.
IOLAPDimension
  
Returns the hierarchy with the given name within the dimension.
IOLAPDimension
  
Returns the member with the given name within the dimension.
IOLAPDimension
Detalhes da propriedade
attributespropriedade
attributes:IList  [read-only]

The attributes of this dimension, as a list of OLAPAttribute instances.


Implementação
    public function get attributes():IList
cubepropriedade 
cube:IOLAPCube  [read-only]

The cube to which this dimension belongs.


Implementação
    public function get cube():IOLAPCube
defaultMemberpropriedade 
defaultMember:IOLAPMember  [read-only]

The default member of this dimension.


Implementação
    public function get defaultMember():IOLAPMember
hierarchiespropriedade 
hierarchies:IList  [read-only]

All the hierarchies for this dimension, as a list of IOLAPHierarchy instances.


Implementação
    public function get hierarchies():IList
isMeasurepropriedade 
isMeasure:Boolean  [read-only]

Contains true if this is the measures dimension, which holds all the measure members.


Implementação
    public function get isMeasure():Boolean
memberspropriedade 
members:IList  [read-only]

Returns all the members of this dimension, as a list of IOLAPMember instances. The returned list might represent remote data and therefore can throw an ItemPendingError.


Implementação
    public function get members():IList
Detalhes do método
findAttribute()método
public function findAttribute(name:String):IOLAPAttribute

Returns the attribute with the given name within the dimension.

Parâmetros

name:String — The name of the attribute.

Retorna
IOLAPAttribute — An IOLAPAttribute instance representing the attribute, or null if an attribute is not found.
findHierarchy()método 
public function findHierarchy(name:String):IOLAPHierarchy

Returns the hierarchy with the given name within the dimension.

Parâmetros

name:String — The name of the hierarchy.

Retorna
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy, or null if a hierarchy is not found.
findMember()método 
public function findMember(name:String):IOLAPMember

Returns the member with the given name within the dimension.

Parâmetros

name:String — The name of the member.

Retorna
IOLAPMember — An IOLAPMember instance representing the member, or null if a member is not found.