00001 package cedar.hepdata.db; 00002 00003 import cedar.hepdata.model.*; 00004 00005 public class RefTypeMap extends EnumUserType<RefType> { 00006 public RefTypeMap() { 00007 super(RefType.class); 00008 } 00009 }