Package gw.lang.reflect
Class MetaPropertyInfoDelegate.Accessor
java.lang.Object
gw.lang.reflect.MetaPropertyInfoDelegate.Accessor
- All Implemented Interfaces:
IPropertyAccessor
- Enclosing class:
- MetaPropertyInfoDelegate
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Accessor
private Accessor()
-
-
Method Details
-
getValue
Description copied from interface:IPropertyAccessorReturns the value for a property given a "this" object- Specified by:
getValuein interfaceIPropertyAccessor- Parameters:
ctx- the "this" pointer.- Returns:
- the value of the property for the ctx object
-
setValue
Description copied from interface:IPropertyAccessorSets the property to the given value for the ctx object- Specified by:
setValuein interfaceIPropertyAccessor- Parameters:
ctx- the "this" pointervalue- the new value
-