/** * */ package org.gcube.portlets.admin.accountingmanager.client.type; /** * * @author "Giancarlo Panichi" * g.panichi@isti.cnr.it * */ public enum StateChangeType { Update, Restore; }