Packageorg.springextensions.actionscript.utils
Classpublic class TypeResolver

Resolves the type of an object represented by a string.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
resolveType(value:String):Class
[static] Resolves a type from a String value.
TypeResolver
Method detail
resolveType()method
public static function resolveType(value:String):Class

Resolves a type from a String value.

Parameters
value:String — the value to resolve the type from

Returns
Class