Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 220 Rev 389
Line 116... Line 116...
116
						referentielNomData = new ListeReferentielNom(taillemax);
116
						referentielNomData = new ListeReferentielNom(taillemax);
Line 117... Line 117...
117
						
117
						
118
						for (int i = 0; i < taillemax; i++) {
118
						for (int i = 0; i < taillemax; i++) {
Line 119... Line -...
119
							if ((noms=reponse.get(i).isArray()) != null) {
-
 
Line 120... Line 119...
120
								
119
							if ((noms=reponse.get(i).isArray()) != null) {
121
								 
120
								
-
 
121
								
Line -... Line 122...
-
 
122
								String nom=Util.toCelString(((JSONString) noms.get(0)).toString());
122
								
123
								String numeroNom=Util.toCelString(((JSONString) noms.get(1)).toString());
Line 123... Line 124...
123
								String nom=Util.toCelString(((JSONString) noms.get(0)).toString());
124
								String statut=Util.toCelString(((JSONString) noms.get(2)).toString());
Line 124... Line 125...
124
								String numeroNom=Util.toCelString(((JSONString) noms.get(1)).toString());
125