{
AbstractMemberMetaData fmd = (AbstractMemberMetaData)parent;
if (fmd.getMap() == null)
{
// TODO Localise this
throw new JPOXUserException("The field "+fmd.getFullFieldName()+" is defined with <value>, however no <map> definition was found.").setFatal();
}
String valueType = fmd.getMap().getValueType();
Class valueTypeClass = null;
try