package org.gcube.portlets.user.dataminermanager.client.type; /** * * @author "Giancarlo Panichi" g.panichi@isti.cnr.it * */ public enum DataMinerWorkAreaElementType { InputDataSets, OutputDataSets, Computations; }