パッケージ | com.adobe.dct.model |
クラス | public class DataElementModel |
継承 | DataElementModel EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
プロパティ | 定義元 | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
dataDictionaryName : String
The name of data dictionary. | DataElementModel | ||
dataType : String
Gets the DATATYPE of the DataElement. | DataElementModel | ||
description : String
The description of the DataElementModel. | DataElementModel | ||
displayName : String
Gets the display name of the DataElement. | DataElementModel | ||
isCollection : Boolean [読み取り専用]
Returns if the DataElements is a Collection
| DataElementModel | ||
protect : Boolean
Gets if the data element is protected
| DataElementModel | ||
referenceName : String
Gets the unique name of the DataElement. | DataElementModel | ||
subType : String
The SubType of DataElementModel: Enum. | DataElementModel | ||
type : String
Gets the TYPE of the DataElement. | DataElementModel | ||
valueSet : IList
Allowed values for a DataElementModel. | DataElementModel | ||
vo : DataDictionaryElement
The underlying value object corresponding to this DataElement. | DataElementModel |
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [静的]
Creates the domain object from the corresponding value object. | DataElementModel | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
定数 | 定義元 | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [静的]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [静的]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [静的]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [静的]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [静的]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [静的]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [静的]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [静的]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | プロパティ |
childElements:IList
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 It contains the child DataElement List associated with this Data Element. |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
実装
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | プロパティ |
dataDictionaryName | プロパティ |
dataType | プロパティ |
description | プロパティ |
displayName | プロパティ |
isCollection | プロパティ |
protect | プロパティ |
referenceName | プロパティ |
subType | プロパティ |
type | プロパティ |
valueSet | プロパティ |
vo | プロパティ |
vo:DataDictionaryElement
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
実装
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | メソッド |
public function copy():DataElementModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
戻り値DataElementModel — a copy of the data elemnt model object
|
createFromVO | () | メソッド |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
言語バージョン: | 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:DataDictionaryElement — The value object of the type DataDictionaryElement
| |
dataDictionaryName:String — The name of data dictionary.
| |
type:String (default = NaN ) — The type of data element which can be one of DataElementModel.TYPE_PERSISTENT or DataElementModel.TYPE_TRANSIENT
| |
collectionDepth:int (default = 0 ) — is equal to the dimensions of highest ancestor which is collection. The value is zero for a non collection data element.
|
DataElementModel — The Data Element domain object corresponding the passed DataDictionaryElement value object.
|
DATATYPE_BOOLEAN | 定数 |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_BOOLEAN
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_BOOLEAN
type.
DATATYPE_COMPOSITE | 定数 |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_COMPOSITE
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_COMPOSITE
type.
DATATYPE_DATE | 定数 |
public static const DATATYPE_DATE:String = "DATE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_DATE
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_DATE
type.
DATATYPE_NUMBER | 定数 |
public static const DATATYPE_NUMBER:String = "NUMBER"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.DATATYPE_NUMBER
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_NUMBER
type.
DATATYPE_STRING | 定数 |
public static const DATATYPE_STRING:String = "STRING"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10 |
The DataElementModel.DATATYPE_STRING
constant defines the value of the dataType
property of
the DataElementModel of DATATYPE_STRING
type.
SUBTYPE_ENUM | 定数 |
public static const SUBTYPE_ENUM:String = "ENUM"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The DataElementModel.SUBTYPE_ENUM
constant defines the value of the subType
property of
the DataElementModel of SUBTYPE_ENUM
type.
TYPE_PERSISTENT | 定数 |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | 定数 |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 10:34 AM Z