Uses of Interface
org.apache.torque.generator.control.outputtype.OutputType
Packages that use OutputType
Package
Description
This package contains the classes for configuring the Torque generator.
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 OutputTypeModifier and TypeMethodDescriptionConfigurationHandlers.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 OutputTypeModifier and TypeClassDescriptionclassThe output type for HTML output.classThe output type for java output.classThe output type for properties output.classAn output type which is used if no other output type is defined.classThe output type for XML output.