DataType
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Classpath: | mx.services.DataType |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
Summary
Constructor
- DataType (name, typeType, xmlns, deserializer)
Class properties
Instance properties
- name : String
- typeType : Number
- namespaceURI : String
- qname : QName
- isAnonymous : Boolean
- deserializer
Constructor
DataType
function DataType (
name,
typeType,
xmlns,
deserializer)
Class properties
ANY_TYPE
static ANY_TYPE = 8
(read)
ARRAY_TYPE
static ARRAY_TYPE = 6
(read)
BOOLEAN_TYPE
static BOOLEAN_TYPE = 4
(read)
COLL_TYPE
static COLL_TYPE = 10
(read)
DATE_TYPE
static DATE_TYPE = 3
(read)
MAP_TYPE
static MAP_TYPE = 7
(read)
NUMBER_TYPE
static NUMBER_TYPE = 0
(read)
OBJECT_TYPE
static OBJECT_TYPE = 2
(read)
objectType
static objectType = new DataType("", DataType.OBJECT_TYPE, "")
(read)
QBEAN_TYPE
static QBEAN_TYPE = 12
(read)
ROWSET_TYPE
static ROWSET_TYPE = 11
(read)
STRING_TYPE
static STRING_TYPE = 1
(read)
XML_TYPE
static XML_TYPE = 5
(read)
Instance properties
deserializer
deserializer
(read)
isAnonymous
isAnonymous:Boolean
(read)
name
name:String
(read)
namespaceURI
namespaceURI:String
(read)
qname
typeType
typeType:Number
(read)