BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.olap 

IOLAPHierarchy  - AS3 Flex

(Preview)
Packagemx.olap
Interfacepublic interface IOLAPHierarchy extends IOLAPElement
Implementors OLAPHierarchy

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IOLAPHierarchy interface represents a user-defined hierarchy in a dimension of an OLAP schema.

Related API Elements



Public Properties
 PropertyDefined By
  allMemberName : String
[read-only] The name of the all member of the hierarchy.
IOLAPHierarchy
  children : IList
[read-only] The children of the all member, as a list of IOLAPMember instances.
IOLAPHierarchy
  defaultMember : IOLAPMember
[read-only] The default member of the hierarchy.
IOLAPHierarchy
  hasAll : Boolean
[read-only] Specifies whether the hierarchy has an all member, true, or not, false.
IOLAPHierarchy
  levels : IList
[read-only] All the levels of this hierarchy, as a list of IOLAPLevel instances.
IOLAPHierarchy
  members : IList
[read-only] All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances.
IOLAPHierarchy
Public Methods
 MethodDefined By
  
Returns the level with the given name within the hierarchy.
IOLAPHierarchy
  
Returns the member with the given name within the hierarchy.
IOLAPHierarchy
Property Detail
Method Detail