package ttc2019

object ProcessMode extends Enumeration {
  type ProcessMode = Value
  val BDT, BDTU, BDD, BDDU = Value
}