パッケージ | com.adobe.dct.model |
クラス | public class DataDictionaryInstanceModel |
継承 | DataDictionaryInstanceModel EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
dataDictionary : DataDictionary
The data dictionary corresponding to the data dictionary instance model. | DataDictionaryInstanceModel | ||
vo : DataDictionaryInstance
The underlying data dictionary instance value object. | DataDictionaryInstanceModel |
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
[静的]
Creates the domain object from the corresponding value object. | DataDictionaryInstanceModel | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
The value of a data dictionary element given its unique name(referenceName). | DataDictionaryInstanceModel | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
Set the value of a data dictionary element given its unique name(reference name). | DataDictionaryInstanceModel | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
dataDictionary | プロパティ |
dataDictionary:DataDictionary
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The data dictionary corresponding to the data dictionary instance model.
実装
public function get dataDictionary():DataDictionary
public function set dataDictionary(value:DataDictionary):void
vo | プロパティ |
vo:DataDictionaryInstance
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The underlying data dictionary instance value object.
実装
public function get vo():DataDictionaryInstance
public function set vo(value:DataDictionaryInstance):void
createFromVO | () | メソッド |
public static function createFromVO(vo:DataDictionaryInstance):DataDictionaryInstanceModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Creates the domain object from the corresponding value object.
Value Objects are pure data entities mostly acting as parameters to the server apis. Domain objects are build atop to provide more meaningful business data and behavior thereby enabling faster and convenient UI view development.
パラメーター
vo:DataDictionaryInstance — The value object of the type DataDictionaryInstance.
|
DataDictionaryInstanceModel — The Data Element domain object corresponding the passed DataDictionaryElement value object.
|
getValue | () | メソッド |
public function getValue(key:String):Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The value of a data dictionary element given its unique name(referenceName).
パラメーター
key:String — reference name of a data dictionary element.
|
Object — value for data dictionary element in the data dictionary instance model.
A value of |
setValue | () | メソッド |
public function setValue(varName:String, value:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Set the value of a data dictionary element given its unique name(reference name). The value of primitive, composite and top Level collection elements can be set using this method. It doesn't allow setting the value inside a collection and there is no support for index.
パラメーター
varName:String — reference name of the data dictionary element.
| |
value:Object — the value of data dictionary element to be set inside the data dictionary instance model.
|
Tue Jun 12 2018, 10:34 AM Z