Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.olap 

OLAPHierarchy  - AS3 Flex

Paquetemx.olap
Clasepublic class OLAPHierarchy
HerenciaOLAPHierarchy Inheritance OLAPElement Inheritance Proxy
Implementa IOLAPHierarchy
Subclases OLAPAttribute

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The OLAPHierarchy class represents a hierarchy of the schema of an OLAP cube.

Sintaxis MXMLexpandedOcultar sintaxis MXML

The <mx:OLAPHierarchy> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

  <mx:OLAPHierarchy
    Properties
    allMemberName="(All)"
    elements="An array of Levels of this hierarchy"
    hasAll="true|false"
    name="No default"
  />
 
  

Propiedad MXML predeterminadaelements

Más ejemplos

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
  allMemberName : String
The name of the all member of the hierarchy.
OLAPHierarchy
  children : IList
[solo lectura] The children of the all member, as a list of IOLAPMember instances.
OLAPHierarchy
  defaultMember : IOLAPMember
[solo lectura] The default member of the hierarchy.
OLAPHierarchy
 Inheriteddimension : IOLAPDimension
The dimension to which this element belongs.
OLAPElement
 InheriteddisplayName : String
The name of the OLAP element, as a String, which can be used for display.
OLAPElement
  elements : Array
[solo escritura] An Array of the levels of the hierarchy, as OLAPLevel instances.
OLAPHierarchy
  hasAll : Boolean
Specifies whether the hierarchy has an all member, true, or not, false.
OLAPHierarchy
  levels : IList
All the levels of this hierarchy, as a list of IOLAPLevel instances.
OLAPHierarchy
  members : IList
[solo lectura] All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances.
OLAPHierarchy
  name : String
[override] User defined name of this hierarchy.
OLAPHierarchy
 InheriteduniqueName : String
[solo lectura] The unique name of the OLAP element in the cube.
OLAPElement
Métodos públicos
 MétodoDefinido por
  
OLAPHierarchy(name:String = null, displayName:String = null)
Constructor
OLAPHierarchy
  
Returns the level with the given name within the hierarchy.
OLAPHierarchy
  
Returns the member with the given name within the hierarchy.
OLAPHierarchy
 Inherited
Returns the unique name of the element.
OLAPElement
Información sobre propiedades

allMemberName

propiedad
allMemberName:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The name of the all member of the hierarchy.

El valor predeterminado es "(All)".



Implementación
    public function get allMemberName():String
    public function set allMemberName(value:String):void

children

propiedad 
children:IList  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The children of the all member, as a list of IOLAPMember instances.



Implementación
    public function get children():IList

defaultMember

propiedad 
defaultMember:IOLAPMember  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The default member of the hierarchy. The default member is used if the hierarchy is used where a member is expected.



Implementación
    public function get defaultMember():IOLAPMember

elements

propiedad 
elements:Array  [solo escritura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

An Array of the levels of the hierarchy, as OLAPLevel instances.



Implementación
    public function set elements(value:Array):void

hasAll

propiedad 
hasAll:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Specifies whether the hierarchy has an all member, true, or not, false. If true, the all member name is as specified by the allMemberName property.

El valor predeterminado es true.



Implementación
    public function get hasAll():Boolean
    public function set hasAll(value:Boolean):void

levels

propiedad 
levels:IList

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

All the levels of this hierarchy, as a list of IOLAPLevel instances. The returned list might represent remote data and therefore can throw an ItemPendingError.



Implementación
    public function get levels():IList
    public function set levels(value:IList):void

members

propiedad 
members:IList  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances. The returned list might represent remote data and therefore can throw an ItemPendingError.



Implementación
    public function get members():IList

name

propiedad 
name:String[override]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

User defined name of this hierarchy. If user has not set a explicit name then the dimension name is returned.



Implementación
    override public function get name():String
    override public function set name(value:String):void
Información sobre constructores

OLAPHierarchy

()Información sobre
public function OLAPHierarchy(name:String = null, displayName:String = null)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Constructor

Parámetros
name:String (default = null) — The name of the OLAP level that includes the OLAP schema hierarchy of the element.
 
displayName:String (default = null) — The name of the OLAP level, as a String, which can be used for display.
Información sobre métodos

findLevel

()método
public function findLevel(name:String):IOLAPLevel

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Returns the level with the given name within the hierarchy.

Parámetros

name:String — The name of the level.

Valor devuelto
IOLAPLevel — An IOLAPLevel instance representing the level, or null if a level is not found.

findMember

()método 
public function findMember(name:String):IOLAPMember

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Returns the member with the given name within the hierarchy.

Parámetros

name:String — The name of the member.

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




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.