ref #7980 reduce minFreeHeap for aggregation
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / statistics / StatisticsTypeEnum.java
index 0abbb164c0ebc533f52cf85e0c6cfc50841068f2..b26f053b962dcad83f40aa4fcc274059ec867236 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$\r
 /**\r
 * Copyright (C) 2009 EDIT\r
 * European Distributed Institute of Taxonomy \r
@@ -11,7 +10,7 @@ package eu.etaxonomy.cdm.api.service.statistics;
 \r
 /**\r
  * @author a.mueller, (s.buers)\r
- * @date 21.09.2012\r
+ * @since 21.09.2012\r
  *\r
  */\r
 public enum StatisticsTypeEnum {\r
@@ -24,8 +23,9 @@ public enum StatisticsTypeEnum {
        SYNONYMS("Synonyms", "All synonyms"),\r
        TAXON_NAMES("Taxon_names", "All taxon names (not"),\r
        ALL_REFERENCES("References", "References"),\r
-       NOMECLATURAL_REFERENCES("Nomeclatural_references", "Nomenclatural references")//,\r
-//     DESCRIPTIVE_SOURCE_REFERENCES("Descriptive_source_references", "Descriptive source references")\r
+       NOMENCLATURAL_REFERENCES("Nomenclatural_references", "Nomenclatural references"),\r
+       DESCRIPTIONS("Descriptions", "Descriptions"),\r
+       DESCRIPTIVE_SOURCE_REFERENCES("Descriptive_source_references", "Descriptive source references")\r
        ;\r
        \r
        \r