break;
case stringValue: // Fall through
case doubleValue: // Fall through
case longValue: // Fall through
case booleanValue:
propertySet.put(valueMap.name(), new Property(valueMap.name(), valueMap.asString()));
break;
case nullValue:
propertySet.put(valueMap.name(), null);
break;
}