|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |