Uses of Interface
org.apache.torque.generator.option.OptionName
Packages that use OptionName
Package
Description
This package implements the torque generator Controller .
-
Uses of OptionName in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control with parameters of type OptionNameModifier and TypeMethodDescriptionbooleanControllerState.getBooleanOption(OptionName optionName) Convenience method to return the value of an option as boolean.ControllerState.getOption(OptionName optionName) Calculates the value of an option in the current outlet's context.ControllerState.getStringOption(OptionName optionName) Convenience method to return the value of an option as String.