Packagemx.olap
Interfacepublic interface IOLAPElement
Implementors OLAPElement

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

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

See also

mx.olap.OLAPElement


Public Properties
 PropertyDefined By
  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
  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
Property Detail
dimensionproperty
dimension:IOLAPDimension  [read-only]

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

The dimension to which this element belongs.


Implementation
    public function get dimension():IOLAPDimension
displayNameproperty 
displayName:String  [read-only]

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

The name of the OLAP element, as a String, which can be used for display.


Implementation
    public function get displayName():String
nameproperty 
name:String  [read-only]

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

The name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year" is the name of the OLAP element, where "Year" is a level of the "Time" dimension in an OLAP schema.


Implementation
    public function get name():String
uniqueNameproperty 
uniqueName:String  [read-only]

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

The unique name of the OLAP element in the cube. For example, "[Time][Year][2007]" is a unique name, where 2007 is the element name belonging to the "Year" level of the "Time" dimension.


Implementation
    public function get uniqueName():String