Package com.orchestranetworks.addon.dml
Class XSDGeneratorFactory
- java.lang.Object
-
- com.orchestranetworks.addon.dml.XSDGeneratorFactory
-
public final class XSDGeneratorFactory extends java.lang.ObjectCreates instances ofXSDGenerator.- Since:
- 2.6.2
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XSDGeneratorgetXSDGenerator()Returns an instance ofXSDGenerator.
-
-
-
Method Detail
-
getXSDGenerator
public static XSDGenerator getXSDGenerator()
Returns an instance ofXSDGenerator.
-
-