Package com.orchestranetworks.addon.dml
Interface DataModelResult
public interface DataModelResult
Stores the data result when generating an XML Schema Document (XSD) file.
- Since:
- 2.6.2
-
Method Summary
Modifier and TypeMethodDescriptionReturns the XML Schema Document (XSD) file after generating the data model from theDataModelSource
.
-
Method Details
-
getExportedFile
File getExportedFile()Returns the XML Schema Document (XSD) file after generating the data model from theDataModelSource
.
-