Package gw.lang.reflect
Interface IPropertyAccessor
-
- All Known Implementing Classes:
DynamicPropertyInfo
,JavaPropertyInfo.PropertyAccessorAdaptor
,LengthAccessor
public interface IPropertyAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getValue(Object ctx)
Returns the value for a property given a "this" objectvoid
setValue(Object ctx, Object value)
Sets the property to the given value for the ctx object
-