package fr.lifl.stc.stan.classAnnoter; /* * Created on Oct 18, 2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ /** * @author dorina * */ public abstract class Constants { public final static byte SIMPLE_CODIFICATION = 1; public final static byte DOUBLE_CODIFICATION = 2; }