Uses of Interface
org.apache.torque.generator.control.outputtype.OutputType
-
Packages that use OutputType Package Description org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator.org.apache.torque.generator.control.outputtype This package defines the known types of output. -
-
Uses of OutputType in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return types with arguments of type OutputType Modifier and Type Method Description Map<String,OutputType>
ConfigurationHandlers. getOutputTypes()
Returns the known output types. -
Uses of OutputType in org.apache.torque.generator.control.outputtype
Classes in org.apache.torque.generator.control.outputtype that implement OutputType Modifier and Type Class Description class
HtmlOutputType
The output type for HTML output.class
JavaOutputType
The output type for java output.class
PropertiesOutputType
The output type for properties output.class
UnknownOutputType
An output type which is used if no other output type is defined.class
XmlOutputType
The output type for XML output.
-