Package | Description |
---|---|
org.apache.torque.generator.variable |
This package contains the variable handling.
|
Modifier and Type | Method and Description |
---|---|
Variable |
VariableStore.getInHierarchy(QualifiedName key)
Returns the most specific variable which is visible from the key's
namespace and has the same name as the key's name.
|
Modifier and Type | Method and Description |
---|---|
QualifiedNameMap<Variable> |
VariableStore.getContent()
Returns a map with the variables contained in this store.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableStore.remove(Variable variable)
removes a variable from the store.
|
void |
VariableStore.set(Variable variable)
Sets a variable.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.