Project

General

Profile

1
package eu.dnetlib;
2

    
3
/**
4
 * Created by sandro on 3/16/16.
5
 */
6
public class DnetConstants {
7

    
8
	/**
9
	 * xmldb collection where resource types are stored.
10
	 */
11
	public static final String RESOURCE_TYPES = "DRIVERResourceTypes";
12

    
13
}
    (1-1/1)