Project

General

Profile

1
package eu.dnetlib.xml.database.exist;
2

    
3
/**
4
 * Created by claudio on 20/12/2016.
5
 */
6
public enum EventType {
7
	UPDATE,
8
	CREATE,
9
	DELETE
10
}
(2-2/8)