namespace com.itac.mes.simm { /// /// possible values for the configuration settings /// public enum ConfigCode { OFF = 0, MES = 1, SIMM = 2 } }