Project

General

Profile

1
package eu.dnetlib.pace.config;
2

    
3
/**
4
 * The Enum Cond.
5
 */
6
public enum Cond {
7

    
8
	/** The year match. */
9
	yearMatch,
10
	/** The title version match. */
11
	titleVersionMatch,
12
	/** The size match. */
13
	sizeMatch,
14
	/** The Exact match. */
15
	exactMatch,
16
	/** The Exact match specialized to recognize DOI values. */
17
	doiExactMatch
18
}
(2-2/7)