}
if (!found) {
converter = XWT.findConvertor(valueType, double.class);
if (converter != null) {
try {
Object booleanValue = converter.convert(value);
if (booleanValue != null) {
converter = XWT.findConvertor(existingValueType, double.class);
if (converter != null) {
existingValue = converter.convert(existingValue);
normalizedValue = booleanValue;