Pakket | com.adobe.dct.model |
Klasse | public class DataElementModel |
Overerving | DataElementModel EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 [alleen-lezen]
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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [statisch]
Creates the domain object from the corresponding value object. | DataElementModel | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Constante | Gedefinieerd door | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [statisch]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [statisch]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [statisch]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [statisch]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [statisch]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [statisch]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [statisch]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [statisch]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | eigenschap |
childElements:IList
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 It contains the child DataElement List associated with this Data Element. |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Implementatie
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | eigenschap |
collectionDepth:int
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Implementatie
public function get collectionDepth():int
public function set collectionDepth(value:int):void
dataDictionaryName | eigenschap |
dataDictionaryName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Implementatie
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
dataType | eigenschap |
description | eigenschap |
displayName | eigenschap |
isCollection | eigenschap |
protect | eigenschap |
referenceName | eigenschap |
subType | eigenschap |
type | eigenschap |
valueSet | eigenschap |
vo | eigenschap |
vo:DataDictionaryElement
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Implementatie
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | methode |
public function copy():DataElementModel
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
Geretourneerde waardeDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | methode |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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.
Parameters
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 | Constante |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const DATATYPE_DATE:String = "DATE"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const DATATYPE_NUMBER:String = "NUMBER"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const DATATYPE_STRING:String = "STRING"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const SUBTYPE_ENUM:String = "ENUM"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Constante |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Wed Jun 13 2018, 11:42 AM Z