Package gw.lang.reflect
Interface IPropertyAccessor
-
public interface IPropertyAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue(Object ctx)Returns the value for a property given a "this" objectvoidsetValue(Object ctx, Object value)Sets the property to the given value for the ctx object
-