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