tabular-data-widget-common-.../src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/ChangeTableWhy.java

7 lines
129 B
Java
Raw Normal View History

package org.gcube.portlets.user.td.widgetcommonevent.client.type;
public enum ChangeTableWhy {
TABLEUPDATED,
TABLECURATION;
}