*/
protected PropertyValueBindingBuilder bindProperty( final String name )
{
checkNotNull( name, "Property name cannot be null." );
return new PropertyValueBindingBuilder()
{
public void toValue( final String value )
{
checkNotNull( value, "Null value not admitted for property '%s's", name );