Project

General

Profile

« Previous | Next » 

Revision cc0b954b

Added by Andreas Müller about 2 years ago

ref #2506 model change and update script for occurrence status

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/term/TermType.java
503 503
    @XmlEnumValue("TermRelationType")
504 504
    TermRelationType(UUID.fromString("2541032f-3d24-4ce0-a414-f028054f98ef"), "Term relation type", "TERT", null),
505 505

  
506
    //42
507
    /**
508
     * The type for occurrence status.
509
     **/
510
    @XmlEnumValue("OccurrenceStatusType")
511
    OccurrenceStatusType(UUID.fromString("c50a977a-e697-4973-9514-08aeb0d05483"), "Occurrence status type", "OST", null),
512

  
506 513
    ;
507 514

  
508 515

  

Also available in: Unified diff