Uses of Interface
org.apache.torque.generator.option.OptionName

Packages that use OptionName
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
 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.
 



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