catalogue-util-library/target/classes/org/gcube/datacatalogue/ckanutillibrary/shared/State.java

10 lines
225 B
Java

package org.gcube.datacatalogue.ckanutillibrary.shared;
/**
* The current state of this group/user
* @author Costantino Perciante at ISTI-CNR
* (costantino.perciante@isti.cnr.it)
*/
public enum State{
DELETED, ACTIVE
}