1 package spoon.examples.dbaccess.annotation;2 3 public enum DBType {4 RELATIONAL,5 OBJECT,6 FILE7 }8