Paket | com.adobe.dct.model |
Klass | public class DataElementModel |
Arv | DataElementModel EventDispatcher Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
DataElement are defined by ... ....
Egenskap | Definieras med | ||
---|---|---|---|
childElements : IList
The list of Child DataElementModel. | DataElementModel | ||
collectionDepth : int
Returns the Collection depth of a DataElements
| DataElementModel | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 [skrivskyddad]
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 |
Metod | Definieras med | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | EventDispatcher | ||
Returns a copy of the data elemnt model object. | DataElementModel | ||
createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel [statisk]
Creates the domain object from the corresponding value object. | DataElementModel | ||
Skickar en händelse till händelseflödet. | EventDispatcher | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | EventDispatcher | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
Konstant | Definieras med | ||
---|---|---|---|
DATATYPE_BOOLEAN : String = "BOOLEAN" [statisk]
The DataElementModel.DATATYPE_BOOLEAN constant defines the value of the dataType property of
the DataElementModel of DATATYPE_BOOLEAN type. | DataElementModel | ||
DATATYPE_COMPOSITE : String = "COMPOSITE" [statisk]
The DataElementModel.DATATYPE_COMPOSITE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_COMPOSITE type. | DataElementModel | ||
DATATYPE_DATE : String = "DATE" [statisk]
The DataElementModel.DATATYPE_DATE constant defines the value of the dataType property of
the DataElementModel of DATATYPE_DATE type. | DataElementModel | ||
DATATYPE_NUMBER : String = "NUMBER" [statisk]
The DataElementModel.DATATYPE_NUMBER constant defines the value of the dataType property of
the DataElementModel of DATATYPE_NUMBER type. | DataElementModel | ||
DATATYPE_STRING : String = "STRING" [statisk]
The DataElementModel.DATATYPE_STRING constant defines the value of the dataType property of
the DataElementModel of DATATYPE_STRING type. | DataElementModel | ||
SUBTYPE_ENUM : String = "ENUM" [statisk]
The DataElementModel.SUBTYPE_ENUM constant defines the value of the subType property of
the DataElementModel of SUBTYPE_ENUM type. | DataElementModel | ||
TYPE_PERSISTENT : String = "PERSISTENT" [statisk]
The constant corresponding to the data dictionary variables. | DataElementModel | ||
TYPE_TRANSIENT : String = "TRANSIENT" [statisk]
The constant corresponding to the placeholder variables. | DataElementModel |
childElements | egenskap |
childElements:IList
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 It contains the child DataElement List associated with this Data Element. |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The list of Child DataElementModel.
Implementering
public function get childElements():IList
public function set childElements(value:IList):void
collectionDepth | egenskap |
collectionDepth:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns the Collection depth of a DataElements
Implementering
public function get collectionDepth():int
public function set collectionDepth(value:int):void
dataDictionaryName | egenskap |
dataDictionaryName:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The name of data dictionary.
Implementering
public function get dataDictionaryName():String
public function set dataDictionaryName(value:String):void
dataType | egenskap |
description | egenskap |
description:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The description of the DataElementModel.
Implementering
public function get description():String
public function set description(value:String):void
displayName | egenskap |
displayName:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Gets the display name of the DataElement.
Implementering
public function get displayName():String
public function set displayName(value:String):void
isCollection | egenskap |
protect | egenskap |
referenceName | egenskap |
referenceName:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Gets the unique name of the DataElement.
Implementering
public function get referenceName():String
public function set referenceName(value:String):void
subType | egenskap |
type | egenskap |
valueSet | egenskap |
vo | egenskap |
vo:DataDictionaryElement
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The underlying value object corresponding to this DataElement.
Implementering
public function get vo():DataDictionaryElement
public function set vo(value:DataDictionaryElement):void
copy | () | metod |
public function copy():DataElementModel
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns a copy of the data elemnt model object.
ReturnerarDataElementModel — a copy of the data elemnt model object
|
createFromVO | () | metod |
public static function createFromVO(vo:DataDictionaryElement, dataDictionaryName:String, type:String, collectionDepth:int = 0):DataElementModel
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | 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.
Parametrar
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 | Konstant |
public static const DATATYPE_BOOLEAN:String = "BOOLEAN"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const DATATYPE_COMPOSITE:String = "COMPOSITE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const DATATYPE_DATE:String = "DATE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const DATATYPE_NUMBER:String = "NUMBER"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const DATATYPE_STRING:String = "STRING"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const SUBTYPE_ENUM:String = "ENUM"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const TYPE_PERSISTENT:String = "PERSISTENT"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the data dictionary variables.
TYPE_TRANSIENT | Konstant |
public static const TYPE_TRANSIENT:String = "TRANSIENT"
Språkversion: | ActionScript 3.0 |
Produktversion: | Data Dictionary Building Block 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 01:40 PM Z