Paquete | mx.olap |
Interfaz | public interface IOLAPLevel extends IOLAPElement |
Implementadores | OLAPLevel |
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 |
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
child : IOLAPLevel [solo lectura]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [solo lectura]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
dimension : IOLAPDimension [solo lectura]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [solo lectura]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchy : IOLAPHierarchy [solo lectura]
The hierarchy of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [solo lectura]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [solo lectura]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [solo lectura]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [solo lectura]
The unique name of the OLAP element in the cube. | IOLAPElement |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel |
Información sobre propiedades
child | propiedad |
child:IOLAPLevel
[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 next child level in the hierarchy.
Implementación
public function get child():IOLAPLevel
depth | propiedad |
hierarchy | propiedad |
hierarchy:IOLAPHierarchy
[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 hierarchy of the dimension to which this level belongs.
Implementación
public function get hierarchy():IOLAPHierarchy
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 |
The members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.
Implementación
public function get members():IList
parent | propiedad |
parent:IOLAPLevel
[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 parent level of this level, or null if this level is not nested in another level.
Implementación
public function get parent():IOLAPLevel
Información sobre métodos
findMember | () | método |
public function findMember(name:String):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 |
Returns the members with the given name within the hierarchy.
Parámetros
name:String — The name of the member.
|
IList — A list of IOLAPMember instances representing the members,
or null if a member is not found.
|
Tue Jun 12 2018, 02:12 PM Z