Uses of Class
org.apache.torque.generator.variable.Variable.Scope

Packages that use Variable.Scope
org.apache.torque.generator.outlet This package defines torque generator outlets which produce output snippets from the source. 
org.apache.torque.generator.variable This package contains the variable handling. 
 

Uses of Variable.Scope in org.apache.torque.generator.outlet
 

Methods in org.apache.torque.generator.outlet with parameters of type Variable.Scope
 void OutletImpl.setVariable(String key, Object value, Variable.Scope scope, ControllerState controllerState)
          Sets a variable.
 

Uses of Variable.Scope in org.apache.torque.generator.variable
 

Methods in org.apache.torque.generator.variable that return Variable.Scope
 Variable.Scope Variable.getScope()
          Returns the scope of the variable.
static Variable.Scope Variable.Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Variable.Scope[] Variable.Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.torque.generator.variable with parameters of type Variable.Scope
Variable(QualifiedName name, Object value, Variable.Scope scope)
          Constructor.
 



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