Uses of Class
org.apache.torque.generator.qname.QualifiedNameMap

Packages that use QualifiedNameMap
org.apache.torque.generator.qname This package contains classes which provide the implementation of a qualified name, i.e. 
org.apache.torque.generator.variable This package contains the variable handling. 
 

Uses of QualifiedNameMap in org.apache.torque.generator.qname
 

Methods in org.apache.torque.generator.qname that return QualifiedNameMap
 QualifiedNameMap<T> QualifiedNameMap.getAllInHierarchy(Namespace namespace)
          Returns all mappings which live in the given namespace.
 QualifiedNameMap<T> QualifiedNameMap.getInHierarchy(Namespace namespace)
          Returns all mappings which live in the given namespace.
 

Uses of QualifiedNameMap in org.apache.torque.generator.variable
 

Methods in org.apache.torque.generator.variable that return QualifiedNameMap
 QualifiedNameMap<Variable> VariableStore.getContent()
          Returns a map with the variables contained in this store.
 



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