Interface for classes that get and set named property values of objects.
public function $(object:Object):Object
Returns a value proxy object for getting and setting values.
Parameters
| object:Object — the object
|
Returns
| Object — a value proxy object upon which clients can get and set
properties directly
|
public function getValue(object:Object, name:String):*
Gets a named property value for an object.
Parameters
| object:Object — the object
|
| |
| name:String — the property name
|
Returns
public function setValue(object:Object, name:String, value:*):void
Sets a named property value for an object.
Parameters
| object:Object — the object
|
| |
| name:String — the property name
|
| |
| value:* — the value
|
© 2007-2008 Regents of the University of California. Created Sat Jan 24 2009 11:25 AM.