Uses of Class
org.apache.torque.generator.option.Options

Packages that use Options
org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator. 
org.apache.torque.generator.control This package implements the torque generator Controller . 
org.apache.torque.generator.option This package contains classes handling options. 
 

Uses of Options in org.apache.torque.generator.configuration
 

Methods in org.apache.torque.generator.configuration that return Options
 Options UnitConfiguration.getOptions()
          Returns the options of the associated configuration unit.
 

Methods in org.apache.torque.generator.configuration with parameters of type Options
 void UnitConfiguration.setOptions(Options options)
          Sets the options of the associated configuration unit.
 

Uses of Options in org.apache.torque.generator.control
 

Methods in org.apache.torque.generator.control that return Options
 Options ControllerState.getVisibleOptions()
          Returns all options which are visible from the current outlet's namespace.
 

Uses of Options in org.apache.torque.generator.option
 

Methods in org.apache.torque.generator.option that return Options
 Options Options.getAllInHierarchy(Namespace namespace)
          Returns all mappings which live in the given namespace.
 Options Options.getInHierarchy(Namespace namespace)
          Returns all mappings which live in the given name space.
 



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