Uses of Enum Class
org.apache.torque.templates.TemplateOptionName
Packages that use TemplateOptionName
-
Uses of TemplateOptionName in org.apache.torque.templates
Methods in org.apache.torque.templates that return TemplateOptionNameModifier and TypeMethodDescriptionstatic TemplateOptionNameReturns the enum constant of this class with the specified name.static TemplateOptionName[]TemplateOptionName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.torque.templates with parameters of type TemplateOptionNameModifier and TypeMethodDescriptionstatic voidTemplateOptionName.checkRequiredOptions(ControllerState controllerState, TemplateOptionName... requiredOptions) Checks whether all required options are set.