Project

General

Profile

1
package eu.dnetlib.organizations.model;
2

    
3
public interface BrowseEntry {
4

    
5
	String getValue();
6

    
7
	int getCount();
8

    
9
}
(1-1/6)