Subversion Repositories eFlore/Applications.coel

Rev

Rev 102 | Rev 112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 102 Rev 103
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
import com.google.gwt.json.client.JSONObject;
6
import com.google.gwt.json.client.JSONObject;
Line 7... Line 7...
7
 
7
 
8
public class Valeur extends aDonnee {
8
public class Valeur extends aDonnee {
Line 9... Line 9...
9
	
9
	
10
	public static final String FONCTION_DIRECTEUR = "2028";
10
	public static final String FONCTION_DIRECTEUR = "Directeur";
11
	public static final String FONCTION_CONSERVATEUR = "2029";
11
	public static final String FONCTION_CONSERVATEUR = "Conservateur";
12
	
12