Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@91403 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-11 15:53:15 +00:00
parent 0bfb8d4237
commit b5137b48b3
1 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,6 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
*/
public enum ChangeTableRequestType {
CHANGECOLUMNTYPE,
DELETECOLUMN;
DELETECOLUMN,
CHANGECOLUMNLABEL;
}