Packagesystem.data
Interfacepublic interface Typeable
Implementors TypedArray, TypedCollection, TypedMap, TypedQueue, TypedStack

Interface implemented by classes that defined a specific type.



Public Properties
 PropertyDefined By
  type : *
Indicates the type of the Typeable object.
Typeable
Property Detail
typeproperty
type:*

Indicates the type of the Typeable object.


Implementation
    public function get type():*
    public function set type(value:any):void