statistical-algorithms-impo.../src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/type/SessionExpiredType.java

14 lines
190 B
Java

package org.gcube.portlets.user.statisticalalgorithmsimporter.client.type;
/**
*
* @author Giancarlo Panichi
*
*
*/
public enum SessionExpiredType {
EXPIRED,
EXPIREDONSERVER;
}