Package com.bc.ceres.binding.accessors
Class MapEntryAccessor
java.lang.Object
com.bc.ceres.binding.accessors.MapEntryAccessor
- All Implemented Interfaces:
PropertyAccessor
ValueAccessor for values stored in a
Map
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapEntryAccessor
-
-
Method Details
-
getValue
The strategy to get a value.- Specified by:
getValue
in interfacePropertyAccessor
- Returns:
- The value got.
-
setValue
The strategy to set a value.- Specified by:
setValue
in interfacePropertyAccessor
- Parameters:
value
- The value to be set.
-