Adobe® Flex® 4 Beta Language Reference
All Packages
|
All Classes
|
Language Elements
|
Index
|
Appendixes
|
Conventions
|
Show Frames
Hide Frames
IOLAPAttribute
(Flex Data Visualization components only)
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
The IOLAPAttribute interface represents an attribute within a dimension of an OLAP schema.
Public Properties
Hide Inherited Public Properties
Show Inherited 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
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
findLevel
(name:
String
):
IOLAPLevel
Returns the level with the given name within the hierarchy.
IOLAPHierarchy
findMember
(name:
String
):
IOLAPMember
Returns the member with the given name within the hierarchy.
IOLAPHierarchy
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00