Uses of Class
org.apache.torque.templates.TemplateOptionName
-
Packages that use TemplateOptionName Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static void
TemplateOptionName. checkRequiredOptions(ControllerState controllerState, TemplateOptionName... requiredOptions)
Checks whether all required options are set.
-