Project

General

Profile

« Previous | Next » 

Revision 09549132

Added by Patrick Plitzner over 7 years ago

#5448 Support corner cases

  • SPI and KMB as ranks
  • nomenclatural status type
  • HYB name checking

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenTransformer.java
88 88
        else if (key.equals("nom. nud.")){return NomenclaturalStatusType.NUDUM();}
89 89
        else if (key.equals("nom. dub.")){return NomenclaturalStatusType.DOUBTFUL();}
90 90
        else if (key.equals("nom. rejic.")){return NomenclaturalStatusType.REJECTED();}
91
        else if (key.startsWith("nom. rejic. (")){return NomenclaturalStatusType.REJECTED();}
91 92
        else if (key.equals("nom. rejic. prop.")){return NomenclaturalStatusType.REJECTED_PROP();}
92 93
        else if (key.equals("nom. utique rejic.")){return NomenclaturalStatusType.UTIQUE_REJECTED();}
93 94
        else if (key.equals("nom. utique rejic. pro.")){return NomenclaturalStatusType.UTIQUE_REJECTED_PROP();}

Also available in: Unified diff