package eu.dnetlib;

/**
 * Created by sandro on 3/16/16.
 */
public class DnetConstants {

	/**
	 * xmldb collection where resource types are stored.
	 */
	public static final String RESOURCE_TYPES = "DRIVERResourceTypes";

}
