パッケージ | mx.olap |
クラス | public class OLAPLevel |
継承 | OLAPLevel OLAPElement Proxy |
実装 | IOLAPLevel |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
The <mx:OLAPLevel>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPLevel Properties attributeName="" />
さらに例を参照
関連する API エレメント
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
attribute : OLAPAttribute [読み取り専用]
このレベルに接続された OLAPAttribute のインスタンスとしての属性です。 | OLAPLevel | ||
attributeName : String
このレベルで使用される属性の名前です。 | OLAPLevel | ||
child : IOLAPLevel [読み取り専用]
階層内の次の子のレベルです。 | OLAPLevel | ||
dataField : String [読み取り専用]
この OLAPLevel インスタンスにデータを提供する入力データセットのフィールドです。 | OLAPLevel | ||
depth : int [読み取り専用]
次元の階層内のレベルの深さです。 | OLAPLevel | ||
dimension : IOLAPDimension
このエレメントが属する次元です。 | OLAPElement | ||
displayName : String
表示に使用できるストリングとしての OLAP エレメントの名前です。 | OLAPElement | ||
hierarchy : IOLAPHierarchy
このレベルが属する次元の階層です。 | OLAPLevel | ||
members : IList [読み取り専用]
このレベルのメンバー(IOLAPMember インスタンスのリスト)、またはメンバーが見つからなかった場合は、null です。 | OLAPLevel | ||
name : String [オーバーライド]
この OLAPLevel インスタンスに関連付けられた OLAPAttribute インスタンスの名前プロパティの値です。 | OLAPLevel | ||
parent : IOLAPLevel [読み取り専用]
このレベルの親レベル、またはこのレベルが他のレベルにネストされていない場合は null です。 | OLAPLevel | ||
uniqueName : String [オーバーライド] [読み取り専用]
キューブ内の OLAP エレメントの一意の名前です。 | OLAPLevel |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
コンストラクター
| OLAPLevel | ||
階層内の指定された名前を持つメンバーを返します。 | OLAPLevel | ||
エレメントの一意の名前を返します。 | OLAPElement |
プロパティの詳細
attribute | プロパティ |
attribute:OLAPAttribute
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
このレベルに接続された OLAPAttribute のインスタンスとしての属性です。
実装
public function get attribute():OLAPAttribute
attributeName | プロパティ |
child | プロパティ |
child:IOLAPLevel
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
階層内の次の子のレベルです。
実装
public function get child():IOLAPLevel
dataField | プロパティ |
depth | プロパティ |
hierarchy | プロパティ |
hierarchy:IOLAPHierarchy
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
このレベルが属する次元の階層です。
実装
public function get hierarchy():IOLAPHierarchy
public function set hierarchy(value:IOLAPHierarchy):void
members | プロパティ |
name | プロパティ |
name:String
[オーバーライド] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
この OLAPLevel インスタンスに関連付けられた OLAPAttribute インスタンスの name
プロパティの値です。 このプロパティが書き込み可能であっても、その値はレベルに関連付けられた OLAPAttribute インスタンスによって決定され、設定することはできません。
実装
override public function get name():String
override public function set name(value:String):void
parent | プロパティ |
parent:IOLAPLevel
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
このレベルの親レベル、またはこのレベルが他のレベルにネストされていない場合は null です。
実装
public function get parent():IOLAPLevel
uniqueName | プロパティ |
コンストラクターの詳細
OLAPLevel | () | コンストラクター |
public function OLAPLevel(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 レベルの名前です。
|
メソッドの詳細
findMember | () | メソッド |
Tue Jun 12 2018, 10:34 AM Z