Pakket | mx.olap |
Interface | public interface IOLAPLevel extends IOLAPElement |
Geïmplementeerd door | OLAPLevel |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
child : IOLAPLevel [alleen-lezen]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [alleen-lezen]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
dimension : IOLAPDimension [alleen-lezen]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [alleen-lezen]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchy : IOLAPHierarchy [alleen-lezen]
The hierarchy of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [alleen-lezen]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [alleen-lezen]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [alleen-lezen]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [alleen-lezen]
The unique name of the OLAP element in the cube. | IOLAPElement |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel |
Eigenschapdetails
child | eigenschap |
child:IOLAPLevel
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The next child level in the hierarchy.
Implementatie
public function get child():IOLAPLevel
depth | eigenschap |
hierarchy | eigenschap |
hierarchy:IOLAPHierarchy
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The hierarchy of the dimension to which this level belongs.
Implementatie
public function get hierarchy():IOLAPHierarchy
members | eigenschap |
members:IList
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Implementatie
public function get members():IList
parent | eigenschap |
parent:IOLAPLevel
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The parent level of this level, or null if this level is not nested in another level.
Implementatie
public function get parent():IOLAPLevel
Methodedetails
findMember | () | methode |
public function findMember(name:String):IList
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the members with the given name within the hierarchy.
Parameters
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:42 AM Z