//-- XXX maintained temporarily
allOptions.addFlag("type-factory", "classname", "", true);
//-- no marshalling framework methods
desc = "Disables the generation of the methods specific to the XML marshalling framework";
allOptions.addFlag("nomarshall","",desc,true);
//-- implements org.exolab.castor.tests.CastorTestable?
desc = "Implements some specific methods to allow the generated classes to be used with Castor Testing Framework";
allOptions.addFlag("testable","",desc,true);