Uses of Class
org.apache.torque.generator.variable.Variable

Packages that use Variable
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
 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
 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
 void VariableStore.remove(Variable variable)
          removes a variable from the store.
 void VariableStore.set(Variable variable)
          Sets a variable.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.