// Generated automatically from javax.jdo.annotations.InheritanceStrategy for testing purposes package javax.jdo.annotations; public enum InheritanceStrategy { COMPLETE_TABLE, NEW_TABLE, SUBCLASS_TABLE, SUPERCLASS_TABLE, UNSPECIFIED; private InheritanceStrategy() {} }