OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 151
Line 37... Line 37...
37
    public static final int TRAITE = 5;
37
    public static final int TRAITE = 5;
38
    public static final int MULTIPLE = 6;
38
    public static final int MULTIPLE = 6;
39
    public static final int INDEFINI = 7;
39
    public static final int INDEFINI = 7;
40
    public static final int VIREMENT = 8;
40
    public static final int VIREMENT = 8;
41
    public static final int CESU = 9;
41
    public static final int CESU = 9;
-
 
42
    public static final int PRELEVEMENT = 10;
42
 
43
 
43
    public TypeReglementSQLElement() {
44
    public TypeReglementSQLElement() {
44
        super("TYPE_REGLEMENT", "Type de règlement", "Type de règlement");
45
        super("TYPE_REGLEMENT", "Type de règlement", "Type de règlement");
45
    }
46
    }
46
 
47