Updated Replace by External Column

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

View File

@ -52,6 +52,7 @@ public enum RibbonType {
TABLEUNION,
TABLEGROUPBY,
TABLETIMEAGGREGATE,
TABLEREPLACEBYEXTERNALCOL,
TABLEAGGREAGETE,
ROWADD,
ROWDELETE,
@ -77,4 +78,5 @@ public enum RibbonType {
STATISTICAL,
SPREAD,
CREATEGISMAP;
}