(仅限 Flex 数据可视化组件)
mx.olap
接口public interface IOLAPElement
实现器 OLAPElement

IOLAPElement 接口定义为全部 OLAP 元素提供常用属性的基本接口。

另请参见

mx.olap.OLAPElement


公共属性
 属性定义方
  dimension : IOLAPDimension
[只读 (read-only)] 此元素所属的维度。
IOLAPElement
  displayName : String
[只读 (read-only)] OLAP 元素的名称,可作为 String 显示。
IOLAPElement
  name : String
[只读 (read-only)] OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。
IOLAPElement
  uniqueName : String
[只读 (read-only)] 多维数据集中 OLAP 元素的唯一名称。
IOLAPElement
属性详细信息
dimension属性
dimension:IOLAPDimension  [只读 (read-only)]

此元素所属的维度。



实现
    public function get dimension():IOLAPDimension
displayName属性 
displayName:String  [只读 (read-only)]

OLAP 元素的名称,可作为 String 显示。



实现
    public function get displayName():String
name属性 
name:String  [只读 (read-only)]

OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。例如,“Time_Year”是 OLAP 元素的名称,其中“Year”是 OLAP 架构中“Time”维度的级别。



实现
    public function get name():String
uniqueName属性 
uniqueName:String  [只读 (read-only)]

多维数据集中 OLAP 元素的唯一名称。例如,“[Time][Year][2007]”是一个唯一名称,其中 2007 是属于“Time”维度的“Year”级别的元素名称。



实现
    public function get uniqueName():String