package org.gcube.datacatalogue.ckanutillibrary.models; /** * Roles that user can have into the group table * @author Costantino Perciante at ISTI-CNR * (costantino.perciante@isti.cnr.it) * */ public enum ROLES_IN_ORGANIZATION{ editor, admin, member }