Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@91764 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-17 11:42:42 +00:00
parent 5221092db2
commit 1f0b7ac0ab
1 changed files with 5 additions and 3 deletions

View File

@ -4,10 +4,12 @@
package org.gcube.portlets.user.td.widgetcommonevent.client.type;
/**
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
* @Dec 9, 2013
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public enum ExpressionType {
CREATECOLUMNEXPRESSION;
CREATECOLUMNEXPRESSION,
EXPRESSIONNULL;
}