Subversion Repositories eFlore/Applications.del

Rev

Rev 464 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
455 benjamin 1
package org.tela_botanica.del.client.modeles;
2
 
3
public enum ModeTri {
4
 
5
	TRI_ASCENDANT, TRI_DESCENDANT, PAS_DE_TRI;
6
 
7
}