package test.sdo21.tests.TestData; import commonj.sdo.DataObject; import commonj.sdo.helper.HelperContext; public interface TestDataFactory { public void defineMetaData(HelperContext scope) throws Exception; public DataObject createTestData(HelperContext scope, String variant) throws Exception; }