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

21 lines
334 B
Java

package org.gcube.portlets.user.statisticalalgorithmsimporter.client.type;
/**
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public enum ProjectStatusEventType {
START,
OPEN,
MAIN_CODE_SET,
UPDATE,
ADD_RESOURCE,
DELETE_RESOURCE,
SOFTWARE_CREATED,
SAVE;
}