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 Type
    Method
    Description
    Returns the XML Schema Document (XSD) file after generating the data model from the DataModelSource.
  • Method Details

    • getExportedFile

      File getExportedFile()
      Returns the XML Schema Document (XSD) file after generating the data model from the DataModelSource.