Package com.bc.ceres.binding
Interface PropertyAccessor
- 
- All Known Implementing Classes:
- ClassFieldAccessor,- DefaultPropertyAccessor,- GetterSetterAccessor,- MapEntryAccessor
 
 public interface PropertyAccessorAnPropertyAccessorprovides a strategy to get and set a value.- Since:
- 0.6
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue()The strategy to get a value.voidsetValue(Object value)The strategy to set a value.
 
-