Uses of Class
org.apache.torque.generator.variable.Variable
-
Packages that use Variable Package Description org.apache.torque.generator.variable This package contains the variable handling. -
-
Uses of Variable in org.apache.torque.generator.variable
Methods in org.apache.torque.generator.variable that return Variable Modifier and Type Method 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.Methods in org.apache.torque.generator.variable that return types with arguments of type Variable Modifier and Type Method Description QualifiedNameMap<Variable>
VariableStore. getContent()
Returns a map with the variables contained in this store.Methods in org.apache.torque.generator.variable with parameters of type Variable Modifier and Type Method Description void
VariableStore. remove(Variable variable)
removes a variable from the store.void
VariableStore. set(Variable variable)
Sets a variable.
-