Project

General

Profile

Download (1.05 KB) Statistics
| Branch: | Tag: | Revision:
1
/*
2
 * To change this template, choose Tools | Templates
3
 * and open the template in the editor.
4
 */
5
package org.cybertaxonomy.utis.utils;
6

    
7
/**
8
 *
9
 * @author c.mathew
10
 */
11
public class SynCheckConstants {
12

    
13
    public final static String DELIMITER = ",";
14
    public final static String NAMECOMPLETE_HDR = "nameComplete";
15
    public final static String AUTHORSHIP_HDR = "authorship";
16
    public final static String GENUSPART_HDR = "genusPart";
17
    public final static String INFRAGENERICEPITHET_HDR = "infragenericEpithet";
18
    public final static String SPECIFICEPITHET_HDR = "specificEpithet";
19
    public final static String INFRASPECIFICEPITHET_HDR = "infraspecificEpithet";
20
    public final static String UNINOMIAL_HDR = "uninomial";
21
    public final static String TAXONNAME_HDR = "taxonName";
22

    
23
    public final static int SYN_EXP_OCC_RET = 0;
24
    public final static int DATA_SEL = 1;
25
    public final static int DATA_QUAL = 2;
26
    public final static int END_WKFLOW = 3;
27

    
28
    public final static String CHECKLIST_BANK_DELIMITER = ":";
29

    
30

    
31
}
(8-8/11)