Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

MapValueType.java
1
package eu.dnetlib.repo.manager.shared.broker;
1
package eu.dnetlib.repo.manager.domain.broker;
2 2

  
3
import com.google.gwt.user.client.rpc.IsSerializable;
4 3

  
5 4
/**
6 5
 * Created by stefanos on 17/3/2017.
7 6
 */
8
public enum MapValueType implements IsSerializable {
7
public enum MapValueType {
9 8
    STRING, INTEGER, FLOAT, DATE, BOOLEAN, LIST_STRING, LIST_INTEGER, LIST_FLOAT, LIST_DATE, LIST_BOOLEAN;
10 9
}

Also available in: Unified diff