Package | mx.olap |
Interface | public interface IOLAPAttribute extends IOLAPHierarchy , IOLAPElement |
Implementors | OLAPAttribute |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Property | Defined 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 | |
![]() | dimension : IOLAPDimension [read-only]
The dimension to which this element belongs. | IOLAPElement | |
![]() | displayName : String [read-only]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | |
![]() | 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 | |
![]() | name : String [read-only]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | |
![]() | uniqueName : String [read-only]
The unique name of the OLAP element in the cube. | IOLAPElement |
Public Methods
Method | Defined By | ||
---|---|---|---|
![]() |
Returns the level with the given name within the hierarchy. | IOLAPHierarchy | |
![]() |
Returns the member with the given name within the hierarchy. | IOLAPHierarchy |
Thu Dec 4 2014, 05:50 PM -08:00