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.
Implementation public function get levels():IList public function set levels(value:IList):void
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.
Implementation public function get members():IList
name
property
name:String[override]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
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.
Implementation public function get name():String public function set name(value:String):void
Constructor Detail
OLAPHierarchy
()
Constructor
public function OLAPHierarchy(name:String = null, displayName:String = null)
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Constructor
Parameters
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.