パッケージ | mx.olap |
クラス | public class OLAPElement |
継承 | OLAPElement Proxy |
実装 | IOLAPElement |
サブクラス | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
The <mx:OLAPElement>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPElement Properties dimensions="" name="" />
関連する API エレメント
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
dimension : IOLAPDimension
このエレメントが属する次元です。 | OLAPElement | ||
displayName : String
表示に使用できるストリングとしての OLAP エレメントの名前です。 | OLAPElement | ||
name : String
エレメントの OLAP スキーマの階層を含む OLAP エレメントの名前です。 | OLAPElement | ||
uniqueName : String [読み取り専用]
キューブ内の OLAP エレメントの一意の名前です。 | OLAPElement |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
コンストラクター
| OLAPElement | ||
エレメントの一意の名前を返します。 | OLAPElement |
プロパティの詳細
dimension | プロパティ |
dimension:IOLAPDimension
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
このエレメントが属する次元です。
実装
public function get dimension():IOLAPDimension
public function set dimension(value:IOLAPDimension):void
displayName | プロパティ |
name | プロパティ |
uniqueName | プロパティ |
コンストラクターの詳細
OLAPElement | () | コンストラクター |
public function OLAPElement(name:String = null, displayName:String = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コンストラクター
パラメーターname:String (default = null ) — エレメントの OLAP スキーマの階層を含む OLAP エレメントの名前です。 "Time_Year" などがあります。この場合、"Year" は OLAP スキーマの "Time" 次元のレベルです。
| |
displayName:String (default = null ) — 表示に使用できるストリングとしての OLAP エレメントの名前です。
|
メソッドの詳細
toString | () | メソッド |
Tue Jun 12 2018, 10:34 AM Z