Removed useless class
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84946 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
338fe2b5ee
commit
01fa6e08a0
|
@ -1,23 +0,0 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
package org.gcube.portlets.user.td.gwtservice.shared;
|
||||
|
||||
|
||||
/**
|
||||
*/
|
||||
public class ConstantsWorkspace {
|
||||
|
||||
|
||||
public static final String APPLICATION_NAME = "TabularData";
|
||||
public static final String ITEM_TYPE_GENERIC = "TabularResource";
|
||||
public static final String ITEM_TYPE_CODELIST = "TabularResourceCodelist";
|
||||
|
||||
public static final String[] ITEM_TYPES = new String[]{ITEM_TYPE_GENERIC, ITEM_TYPE_CODELIST};
|
||||
|
||||
public static final String ID_KEY = "Id";
|
||||
public static final String LAST_TABLE_KEY = "TableId";
|
||||
public static final String AGENCY_KEY = "Agency";
|
||||
public static final String ITEM_RIGHT ="Right";
|
||||
|
||||
}
|
Loading…
Reference in New Issue