Added ReplaceExpressionDialog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@113738 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-03-25 15:19:32 +00:00
parent a3458270d5
commit b16aeb8bfb
1 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
* *
*/ */
public enum ExpressionType { public enum ExpressionType {
REPLACECOLUMNEXPRESSION, CONDITION_AND_REPLACE_COLUMN_EXPRESSION,
COLUMNEXPRESSION, CONDITION_COLUMN_EXPRESSION,
EXPRESSIONNULL; REPLACE_COLUMN_EXPRESSION,
EXPRESSION_NULL;
} }