FieldRenderer that wraps another field generator
and produces isSetXXX unsetXXX methods.
This follows the decorator design pattern so that
the caller of FieldRenderer can forget about details
of the method generation.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)