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.
|
Modifier and Type | Method and Description |
---|---|
void |
OutletImpl.setVariable(String key,
Object value,
Variable.Scope scope,
ControllerState controllerState)
Sets a variable.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Variable(QualifiedName name,
Object value,
Variable.Scope scope)
Constructor.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.