Uses of Interface
org.apache.torque.generator.option.OptionName
-
Packages that use OptionName Package Description org.apache.torque.generator.control 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 OptionName Modifier and Type Method Description boolean
ControllerState. getBooleanOption(OptionName optionName)
Convenience method to return the value of an option as boolean.Object
ControllerState. getOption(OptionName optionName)
Calculates the value of an option in the current outlet's context.String
ControllerState. getStringOption(OptionName optionName)
Convenience method to return the value of an option as String.
-