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

Packages that use Namespace
org.apache.torque.generator.configuration.controller This package contains the classes for reading the control configuration of the Torque generator units of generation. 
org.apache.torque.generator.control This package implements the torque generator Controller . 
org.apache.torque.generator.option This package contains classes handling options. 
org.apache.torque.generator.qname This package contains classes which provide the implementation of a qualified name, i.e. 
 

Uses of Namespace in org.apache.torque.generator.configuration.controller
 

Methods in org.apache.torque.generator.configuration.controller that return Namespace
 Namespace OutletReference.getNamespace()
          Returns the namespace under which the outlet executes.
 

Uses of Namespace in org.apache.torque.generator.control
 

Methods in org.apache.torque.generator.control that return Namespace
 Namespace ControllerState.getOutletNamespace()
          Returns the namespace of the outlet which is currently active.
 

Uses of Namespace in org.apache.torque.generator.option
 

Methods in org.apache.torque.generator.option with parameters of type Namespace
 Options Options.getAllInHierarchy(Namespace namespace)
          Returns all mappings which live in the given namespace.
 Options Options.getInHierarchy(Namespace namespace)
          Returns all mappings which live in the given name space.
 

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

Fields in org.apache.torque.generator.qname declared as Namespace
static Namespace Namespace.ROOT_NAMESPACE
          The root namespace.
 

Methods in org.apache.torque.generator.qname that return Namespace
 Namespace QualifiedName.getNamespace()
          Returns the namespace of the QualifiedName.
 Namespace Namespace.getParent()
          Returns the parent of the given namespace.
 Namespace QualifiedName.getParentNamespace()
          Returns the parent of the Qualified name's namespace.
 

Methods in org.apache.torque.generator.qname with parameters of type Namespace
 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.
 boolean Namespace.isVisibleFrom(Namespace otherNamespace)
          Returns if this namespace is visible from another namespace.
 boolean QualifiedName.isVisibleFrom(Namespace otherNamespace)
          Returns if this qualified name is visible from another namespace.
 boolean Namespace.isVisibleTo(Namespace otherNamespace)
          Returns if this namespace is visible to another namespace.
 

Constructors in org.apache.torque.generator.qname with parameters of type Namespace
Namespace(Namespace toCopy)
          Copy-Contructor.
QualifiedName(String nameOrQualifiedName, Namespace defaultNamespace)
          Creates a QualifiedName from a fully qualified name or the name and the namespace parts of a QualifiedName.
 



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