DODS API
A B C D E F G H I J K L M N O P R S T U V W X

S

separateSqlCommands(String, String) - Method in class org.webdocwf.util.sql.SQLSplitter
Method separateSqlCommands analyses all SQL files in a working directory and all its subdirecories and puts all create table SQL statements without Foreign references and Primary keys into separate file.
setAction(String) - Method in class org.enhydra.ant.taskdefs.Dods
Sets action parameter.
setAction(String) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets action that will be performed.
setButtonName(String) - Method in class org.enhydra.dods.wizard.TraceDialog
Set name to the button.
setDefaultFocus() - Method in class org.enhydra.dods.wizard.WizardFrame1
 
setDefaultFocus() - Method in class org.enhydra.dods.wizard.TraceDialog
Set default focus on buttom.
setDir(File) - Method in class org.enhydra.ant.taskdefs.SQLSplitterTask
Sets the doml descriptor file.
setDoml(File) - Method in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
Sets the doml descriptor file.
setDoml(String) - Method in class org.enhydra.ant.taskdefs.DomlValidateTask
The setter for the "doml" attribute
setDoml(String) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets doml file that will be used.
setDomlfile(String) - Method in class org.enhydra.ant.taskdefs.Dods
Sets the doml file.
setForce(String) - Method in class org.enhydra.ant.taskdefs.SQLSplitterTask
Force DODS to always be regenerated source files
setForce(String) - Method in class org.enhydra.ant.taskdefs.DomlValidateTask
The setter for the "force" attribute
setForce(String) - Method in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
Force DODS to always be regenerated source files
setForce(String) - Method in class org.enhydra.ant.taskdefs.Dods
Forces DODS always to regenerate source files.
setForce(String) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets indicator for force (overwrite) option.
setHeight(int) - Method in class org.enhydra.dods.wizard.XYConstraints
 
setHeight(int) - Method in class org.enhydra.dods.wizard.XYLayout
 
setHtml(boolean) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets indicator for html option.
setHtml(String) - Method in class org.enhydra.ant.taskdefs.Dods
Indicates DODS to generate html documentation from .doml file.
setInvoke(boolean) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets invoke indicator.
setKelp(boolean) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets indicator for kelp option.
setMethodName() - Static method in class org.enhydra.dods.xslt.DODSTag
Get FK_REF_SET_METHOD tag.
setOutdir(File) - Method in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
The destination directory into which the generated sources are written
setOutputDir(String) - Method in class org.enhydra.ant.taskdefs.Dods
The destination directory in which the generated sources are written to.
setOutputDir(String) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets output directory that will be used.
setPdf(boolean) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets indicator for pdf option.
setPdf(String) - Method in class org.enhydra.ant.taskdefs.Dods
Indicates DODS to generate pdf documentation from .doml file.
setProjRoot(String) - Method in class org.enhydra.ant.taskdefs.DomlValidateTask
The setter for the "projRoot" attribute
setPtl(boolean) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets indicator for ptl option.
setPtl(String) - Method in class org.enhydra.ant.taskdefs.Dods
Indicates DODS to generate ptl (Rational Rose) documentation from .doml file.
setResultsql(File) - Method in class org.enhydra.ant.taskdefs.SQLSplitterTask
The destination directory into which the generated sources are written
setTablesonly(boolean) - Method in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
The destination directory into which the generated sources are written
setTemplate(String) - Method in class org.enhydra.ant.taskdefs.DomlValidateTask
The setter for the "template" attribute
setTemplateSet(String) - Method in class org.enhydra.ant.taskdefs.Dods
Sets template set parameter.
setTemplateSet(String) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets template set that will be used.
setWidth(int) - Method in class org.enhydra.dods.wizard.XYConstraints
 
setWidth(int) - Method in class org.enhydra.dods.wizard.XYLayout
 
setWizard(DODSWizard) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets wizard that will be used.
setX(int) - Method in class org.enhydra.dods.wizard.XYConstraints
 
setXmi(boolean) - Method in class org.enhydra.dods.generator.DODSGenerator
Method sets indicator for xmi option.
setXmi(String) - Method in class org.enhydra.ant.taskdefs.Dods
Indicates DODS to generate xmi documentation from .doml file.
setY(int) - Method in class org.enhydra.dods.wizard.XYConstraints
 
showAllTables() - Method in class org.enhydra.dods.trans.TransientXMLBuilderFactory
 
size - Variable in class org.enhydra.dods.trans.Column
column size
size() - Method in class org.enhydra.dods.trans.Referrer
Get number of referrer attributes.
size() - Method in class org.enhydra.dods.trans.Index
Get number of indexed columns.
size() - Method in class org.enhydra.dods.trans.Column
Get column size.
size(String) - Method in class org.enhydra.dods.trans.Column
Set column size.
sourceoutDir - Variable in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
 
SQLSplitter - class org.webdocwf.util.sql.SQLSplitter.
Class SQLSplitter copies all SQL commands from all SQL files which are situated in the working directory and all its subdirectories into new SQL files.
SQLSplitter() - Constructor for class org.webdocwf.util.sql.SQLSplitter
Constructor SQLSplitter without parameters.
SQLSplitterTask - class org.enhydra.ant.taskdefs.SQLSplitterTask.
Invoke DODS to generate a set of java classes from a doml file
The files will only be regenerated/compiled if the date on the doml file is newer than at least one of the generated files
This taskdef extends Ant's task; refer to that documentation for parameters that affect compilation.
Typically made visible to an Ant build file with the following declaration:
SQLSplitterTask.BooleanAttribute - class org.enhydra.ant.taskdefs.SQLSplitterTask.BooleanAttribute.
 
SQLSplitterTask.BooleanAttribute() - Constructor for class org.enhydra.ant.taskdefs.SQLSplitterTask.BooleanAttribute
 
SQLSplitterTask() - Constructor for class org.enhydra.ant.taskdefs.SQLSplitterTask
 
startup() - Method in class org.enhydra.dods.generator.DODSWizard
 
startup() - Method in class org.enhydra.dods.wizard.DefaultDODSWizard
 
str2date(String) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Conversion of string to java.util.Date.
strAttribut_0 - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strAttribut_1 - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strAttribut_11 - Variable in class org.enhydra.dods.xslt.XSLTUtil
 
strAttribut_2 - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strAttribut_3 - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strAttribut_4 - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strPathDodsConf - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strPathDomlFile - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strPathProjectRoot - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strPathTypesConf - Static variable in class org.enhydra.dods.xslt.XSLTUtil
 
strVectorValues_1 - Variable in class org.enhydra.dods.xslt.XSLTUtil
 
strVectorValues_2 - Variable in class org.enhydra.dods.xslt.XSLTUtil
 
strVectorValues_3 - Variable in class org.enhydra.dods.xslt.XSLTUtil
 
strVectorValues_4 - Variable in class org.enhydra.dods.xslt.XSLTUtil
 
superLoadData(String) - Static method in class org.enhydra.dods.xslt.DODSTag
Generate SUPER_LOADDATA tag.

DODS API
A B C D E F G H I J K L M N O P R S T U V W X