Project

General

Profile

« Previous | Next » 

Revision 5465eca0

Added by Andreas Kohlbecker about 7 years ago

ref #6169 showing citation in list and eums items in UPPERCASE

View differences:

src/main/java/eu/etaxonomy/cdm/mock/RegistrationStatus.java
10 10

  
11 11
public enum RegistrationStatus {
12 12

  
13
    preparation,// A new record which is being edited by the Author
14
    curation, //A record ready for the curator to be validated.
15
    ready, //The record has passed the validation by the curator and is ready for publication.
16
    published, //The name or typification has finally been published.
17
    rejected //The registration has been rejected, the process is aborted and the record is preserved.
13
    PREPARATION,// A new record which is being edited by the Author
14
    CURATION, //A record ready for the curator to be validated.
15
    READY, //The record has passed the validation by the curator and is ready for publication.
16
    PUBLISHED, //The name or typification has finally been published.
17
    REJECTED //The registration has been rejected, the process is aborted and the record is preserved.
18 18
}

Also available in: Unified diff