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

16 lines
313 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 StatAlgoImporterRibbonType {
PROJECT_CREATE,
PROJECT_OPEN,
ALGORITHM_IMPORT,
ALGORITHM_CREATE,
HELP;
}