5657585960616263646566
*/ public static SDOFactory init() { try { SDOFactory theSDOFactory = (SDOFactory)EPackage.Registry.INSTANCE.getEFactory("http://www.eclipse.org/emf/2003/SDO"); if (theSDOFactory != null) { return theSDOFactory; } }
5960616263646566676869
*/ public static SDOFactory init() { try { SDOFactory theSDOFactory = (SDOFactory)EPackage.Registry.INSTANCE.getEFactory(SDOPackage.eNS_URI); if (theSDOFactory != null) { return theSDOFactory; } }