| java.lang.Object org.jaffa.tools.domainmeta.erwin.ErWinSchemaReader
ErWinSchemaReader | public class ErWinSchemaReader (Code) | | ErWinSchemaReader - This class will read a ErWin Schema, and generate a set of domain
object descriptors which represent the model. This first version is very basic, and makes
some BIG assumptions about how to implement relationships between tables.
Version 1.1
|
Method Summary | |
public static void | main(String[] args) Entry point for running the tool. |
ErWinSchemaReader | public ErWinSchemaReader(String file, String outDir, String packagePrefix, String app, String module, boolean full) throws Exception(Code) | | Creates a new instance of ErWinSchemaReader
Parameters: file - Name of the ErWin XML file to process throws: Exception - throw if any processing error occurs |
main | public static void main(String[] args)(Code) | | Entry point for running the tool. The following parameters
should be supplied....
[0] = Input Erwin XML File
[1] = Package For Domain Objects
[2] = Output directory for XML Files
Parameters: args - the command line arguments |
|
|