public Object mapToObject(Map<String, String> attributes) {
// TODO Auto-generated method stub
//Must be
if(attributes.containsKey("missing") ||
attributes.containsKey("name")){
AppendParamValue appendParamValue = new AppendParamValue();
appendParamValue.setMissing(attributes.get("missing"));
appendParamValue.setName(attributes.get("name"));
return appendParamValue;
}
else if(attributes.containsKey("galaxy_value") ||
attributes.containsKey("remote_value")){
ValueTranslationValue valueTranslationValue =