Project

General

Profile

1
package eu.dnetlib.uoaadmintoolslibrary.entities;
2

    
3
public enum PortalType {
4
    explore, connect, community,
5
    monitor, funder, ri, project, organization,
6
    aggregator
7
}
(7-7/7)