A MethodProperty
is a Property
which is accessed through accessor methods (setX, getX). It is possible to have a MethodProperty
which has only setter, only getter, or both. It is not possible to have a MethodProperty
which has neither setter nor getter.
|
|