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 

OLAPElement  - AS3 Flex

(Preview)
Packagemx.olap
Classpublic class OLAPElement
InheritanceOLAPElement Inheritance Proxy
Implements IOLAPElement
Subclasses OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember

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

The OLAPElement class defines a base interface that provides common properties for all OLAP elements.

MXML SyntaxexpandedHide MXML Syntax

The <mx:OLAPElement> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

  <mx:OLAPElement
    Properties
    dimensions=""
    name=""
  />
 
  

Related API Elements



Public Properties
 PropertyDefined By
  dimension : IOLAPDimension
The dimension to which this element belongs.
OLAPElement
  displayName : String
The name of the OLAP element, as a String, which can be used for display.
OLAPElement
  name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element.
OLAPElement
  uniqueName : String
[read-only] The unique name of the OLAP element in the cube.
OLAPElement
Public Methods
 MethodDefined By
  
OLAPElement(name:String = null, displayName:String = null)
Constructor
OLAPElement
  
Returns the unique name of the element.
OLAPElement
Property Detail
Constructor Detail
Method Detail