added FEATURE_STORE to be compliant with XML-IMPORT for cdmlib-app
authorAlexander Oppermann <a.oppermann@bgbm.org>
Thu, 4 Sep 2014 09:49:35 +0000 (09:49 +0000)
committerAlexander Oppermann <a.oppermann@bgbm.org>
Thu, 4 Sep 2014 09:49:35 +0000 (09:49 +0000)
cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/ICdmIO.java

index a7464b38a64f3840af621abda6f2c47212fd2306..da09d72cefb7fcd9b540d4d277e843f183e6179d 100644 (file)
@@ -25,6 +25,7 @@ public interface ICdmIO<STATE extends IoStateBase> extends  IIoObservable {
        final String NOMREF_STORE = "nomRef";\r
        final String TAXONNAME_STORE = "taxonName";\r
        final String TAXON_STORE = "taxon";\r
+       final String FEATURE_STORE = "feature";\r
        final String SPECIMEN_STORE = "specimen";\r
        \r
        public boolean check(STATE state);\r