Packageorg.springextensions.actionscript.utils
SVN browsingTypeUtils.as
FisheyeTypeUtils.as
Classpublic final class TypeUtils

TypeUtils contains utility methods for working with objects.

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



Public Methods
 MethodDefined by
  
isSimpleProperty(type:Type):Boolean
[static]
TypeUtils
Method detail
isSimpleProperty()method
public static function isSimpleProperty(type:Type):Boolean

Parameters
type:Type

Returns
Booleantrue in case the Class is a "simple" property (String, Number, int, uint, Boolean, Date, Class), false otherwise.