Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84943 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-05 11:03:23 +00:00
parent 136d2eb311
commit 80650fe4e1
1 changed files with 5 additions and 3 deletions

View File

@ -3,9 +3,6 @@ package org.gcube.portlets.user.td.gwtservice.server.trservice;
/**
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
* Tabular Data Service Operations Id
*
* <table>
@ -41,6 +38,11 @@ package org.gcube.portlets.user.td.gwtservice.server.trservice;
* <tr><td>3005</td><td>Denormalize</td></tr>
* <tr><td>3006</td><td>Aggregate</td></tr>
* </table>
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*
*/
public enum OperationsId {
CSVImport("100"),