Uses of Interface
org.apache.torque.generator.control.outputtype.OutputType

Packages that use OutputType
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
 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
 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.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.