Added TimeDimensionType

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@92586 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-04 09:10:50 +00:00
parent 129e607239
commit 29e759e52b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column;
public enum TimeDimensionType {
Day("Day"),
Month("Month"),
Quarter("Quarter"),
Quarter("Quarter of year"),
Year("Year");
/**