Pakket | mx.rpc.xml |
Klasse | public class SchemaTypeRegistry |
Overerving | SchemaTypeRegistry Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
It is important to note that the desired Class must be linked into the SWF and possess a default constructor in order for the XMLDecoder to create a new instance of the type, otherwise an anonymous Object will be used to hold the decoded properties.
Methode | Gedefinieerd door | ||
---|---|---|---|
Looks for a registered Class for the given type. | SchemaTypeRegistry | ||
Returns the Class for the collection type represented by the given
Qname or String. | SchemaTypeRegistry | ||
[statisch]
Returns the sole instance of this singleton class, creating it if it
does not already exist. | SchemaTypeRegistry | ||
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 | ||
Maps a type QName to a Class definition. | SchemaTypeRegistry | ||
Maps a type name to a collection Class. | SchemaTypeRegistry | ||
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 | ||
Removes a Class from the registry for the given type. | SchemaTypeRegistry | ||
Removes a collection Class from the registry for the given type. | SchemaTypeRegistry | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
getClass | () | methode |
public function getClass(type:Object):Class
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Looks for a registered Class for the given type.
Parameters
type:Object — The QName or String representing the type name.
|
Class — Returns the Class for the given type, or null of the type
has not been registered.
|
getCollectionClass | () | methode |
public function getCollectionClass(type:Object):Class
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the Class for the collection type represented by the given Qname or String.
Parameters
type:Object — The QName or String representing the collection type name.
|
Class — Returns the Class for the collection type represented by
the given Qname or String.
|
getInstance | () | methode |
public static function getInstance():mx.rpc.xml:SchemaTypeRegistry
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the sole instance of this singleton class, creating it if it does not already exist.
Geretourneerde waardemx.rpc.xml:SchemaTypeRegistry — Returns the sole instance of this singleton class, creating it
if it does not already exist.
|
registerClass | () | methode |
public function registerClass(type:Object, definition:Object):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Maps a type QName to a Class definition. The definition can be a String representation of the fully qualified class name or an instance of the Class itself.
Parameters
type:Object — The QName or String representation of the type name.
| |
definition:Object — The Class itself or class name as a String.
|
registerCollectionClass | () | methode |
public function registerCollectionClass(type:Object, definition:Object):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Maps a type name to a collection Class. A collection is either the
top level Array type, or an implementation of mx.collections.IList
.
The definition can be a String representation of the fully qualified
class name or an instance of the Class itself.
Parameters
type:Object — The QName or String representation of the type name.
| |
definition:Object — The Class itself or class name as a String.
|
unregisterClass | () | methode |
unregisterCollectionClass | () | methode |
public function unregisterCollectionClass(type:Object):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Removes a collection Class from the registry for the given type.
Parameters
type:Object — The QName or String representation of the collection type
name.
|
Wed Jun 13 2018, 11:42 AM Z