Uses of Class
org.apache.torque.templates.TemplateOptionName

Packages that use TemplateOptionName
org.apache.torque.templates Contains enums used throughout the templates. 
 

Uses of TemplateOptionName in org.apache.torque.templates
 

Methods in org.apache.torque.templates that return TemplateOptionName
static TemplateOptionName TemplateOptionName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemplateOptionName[] TemplateOptionName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.torque.templates with parameters of type TemplateOptionName
static void TemplateOptionName.checkRequiredOptions(ControllerState controllerState, TemplateOptionName... requiredOptions)
          Checks whether all required options are set.
 



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