Packageorg.springextensions.actionscript.utils
Classpublic class Property

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



Public Properties
 PropertyDefined by
  chain : Array
Property
  host : *
Property
Public Methods
 MethodDefined by
  
Property(host:*, ... chain)
Property
  
Returns the value of the property.
Property
Property detail
chainproperty
public var chain:Array
hostproperty 
public var host:*
Constructor detail
Property()constructor
public function Property(host:*, ... chain)Parameters
host:*
 
... chain
Method detail
getValue()method
public function getValue():*

Returns the value of the property.

Returns
*