bodyBuilder.indent();
bodyBuilder.appendFormalLine("setValue(null);");
bodyBuilder.appendFormalLine("return;");
bodyBuilder.indentRemove();
bodyBuilder.appendFormalLine("}");
bodyBuilder.newLine();
bodyBuilder.appendFormalLine(identifierTypeName + " identifier = ("
+ identifierTypeName
+ ") typeConverter.convertIfNecessary(text, "
+ identifierTypeName + ".class);");
bodyBuilder.appendFormalLine("if (identifier == null) {");