Pacote | mx.olap |
Interface | public interface IOLAPLevel extends IOLAPElement |
Implementadores | OLAPLevel |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
child : IOLAPLevel [somente leitura]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [somente leitura]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
dimension : IOLAPDimension [somente leitura]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [somente leitura]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchy : IOLAPHierarchy [somente leitura]
The hierarchy of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [somente leitura]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [somente leitura]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [somente leitura]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [somente leitura]
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 |
Detalhes da propriedade
child | propriedade |
child:IOLAPLevel
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The next child level in the hierarchy.
Implementação
public function get child():IOLAPLevel
depth | propriedade |
hierarchy | propriedade |
hierarchy:IOLAPHierarchy
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The hierarchy of the dimension to which this level belongs.
Implementação
public function get hierarchy():IOLAPHierarchy
members | propriedade |
members:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Implementação
public function get members():IList
parent | propriedade |
parent:IOLAPLevel
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The parent level of this level, or null if this level is not nested in another level.
Implementação
public function get parent():IOLAPLevel
Detalhes do método
findMember | () | método |
public function findMember(name:String):IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z