Subversion Repositories eFlore/Applications.del

Rev

Rev 663 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
663 benjamin 1
package org.tela_botanica.del.client.modeles;
2
 
3
public enum TypeInterventionForum {
4
	TYPE_COMMENTAIRE {
5
		public String toString() {
6
			return "type_commentaire";
7
		};
8
	},
9
	TYPE_PROPOSITION_DETERMINATION {
10
		public String toString() {
11
			return "type_proposition_determination";
12
		};
13
	}
14
}