Project

General

Profile

1
package eu.dnetlib.data.transform;
2

    
3
public enum ColumnType {
4
	base64,
5
	text,
6
}
(3-3/13)