Project

General

Profile

1 45968 panagiotis
package eu.dnetlib.goldoa.domain;
2
3
import com.google.gwt.user.client.rpc.IsSerializable;
4
5
/**
6
 * Created by antleb on 3/26/15.
7
 */
8
public enum RequestSortOrder implements IsSerializable {
9
	ASCENDING, DESCENDING;
10
}