Packageorg.spicefactory.lib.reflect.converter
Classpublic class UintConverter
InheritanceUintConverter Inheritance Object
Implements Converter

Converts uint values.



Public Properties
 PropertyDefined By
  INSTANCE : UintConverter
[static]
UintConverter
Public Methods
 MethodDefined By
  
Creates a new Converter instance.
UintConverter
  
convert(value:*, domain:ApplicationDomain = null):*
Converts the specified value to the target type this Converter is implemented for.
UintConverter
Property Detail
INSTANCEproperty
public static var INSTANCE:UintConverter

Constructor Detail
UintConverter()Constructor
public function UintConverter()

Creates a new Converter instance.

Method Detail
convert()method
public function convert(value:*, domain:ApplicationDomain = null):*

Converts the specified value to the target type this Converter is implemented for. Implementations should return the value unchanged if it is already of the target type.

Parameters

value:* — the value to be converted
 
domain:ApplicationDomain (default = null) — the domain to use for reflection (only used by some converter implementations)

Returns
* — the converted value