OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 156
Line 27... Line 27...
27
import javax.swing.JTextField;
27
import javax.swing.JTextField;
28
 
28
 
29
public class LangueSQLElement extends ComptaSQLConfElement {
29
public class LangueSQLElement extends ComptaSQLConfElement {
30
 
30
 
31
    public LangueSQLElement() {
31
    public LangueSQLElement() {
32
        super("LANGUE", "Langue", "Langue");
32
        super("LANGUE", "une langue", "langues");
33
    }
33
    }
34
 
34
 
35
    protected List<String> getListFields() {
35
    protected List<String> getListFields() {
36
        final List<String> l = new ArrayList<String>();
36
        final List<String> l = new ArrayList<String>();
37
        l.add("NOM");
37
        l.add("NOM");