ws-thredds-sync-widget/src/main/java/org/gcube/portlets/widgets/wsthreddssync/shared/GcubeScopeType.java

20 lines
242 B
Java

/**
*
*/
package org.gcube.portlets.widgets.wsthreddssync.shared;
/**
* The Enum GcubeScopeType.
*
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
* Mar 12, 2018
*/
public enum GcubeScopeType {
ROOT,
VO,
VRE
}