RelationTypeMap.java

Go to the documentation of this file.
00001 package cedar.hepdata.db;
00002 
00003 import cedar.hepdata.model.*;
00004 
00005 public class RelationTypeMap extends EnumUserType<Relation> {
00006     public RelationTypeMap() {
00007         super(Relation.class);
00008     }
00009 }

Generated on Tue Apr 21 15:54:38 2009 for HepData object model by  doxygen 1.5.5