data-miner-executor/src/main/java/org/gcube/portlets/user/dataminerexecutor/client/type/DataMinerWorkAreaRegionType...

12 lines
180 B
Java
Executable File

package org.gcube.portlets.user.dataminerexecutor.client.type;
/**
*
* @author Giancarlo Panichi
*
*
*/
public enum DataMinerWorkAreaRegionType {
DataSets, Computations;
}