public class PubmedUtils extends Object
| Constructor and Description |
|---|
PubmedUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFieldValue(String fieldName,
String fieldValue,
Map<String,Serializable> fieldValues)
Adds a new field value to the set of known values.
|
static String |
getFieldValueString(Object fieldValue)
Given a metadata field (which may be a String or a List
|
public static void addFieldValue(String fieldName, String fieldValue, Map<String,Serializable> fieldValues)
fieldName - the name for the fieldfieldValue - the new value for the fieldfieldValues - a map from field name to either String or
LinkedListpublic static String getFieldValueString(Object fieldValue)
fieldValue -