Uses of Class
org.apache.torque.generator.variable.Variable.Scope
-
Packages that use Variable.Scope Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description Variable(QualifiedName name, Object value, Variable.Scope scope)
Constructor.
-