Uses of Class
org.apache.torque.generator.qname.Namespace
Packages that use Namespace
Package
Description
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
This package implements the torque generator Controller .
This package contains classes handling options.
This package contains classes which provide the implementation
of a qualified name, i.e. a name whiches lives in a hierarchical
namespace.
-
Uses of Namespace in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return NamespaceModifier and TypeMethodDescriptionOutletReference.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 NamespaceModifier and TypeMethodDescriptionControllerState.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 NamespaceModifier and TypeMethodDescriptionOptions.getAllInHierarchy(Namespace namespace) Returns all mappings which live in the given namespace.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 NamespaceModifier and TypeFieldDescriptionstatic final NamespaceNamespace.ROOT_NAMESPACEThe root namespace.Methods in org.apache.torque.generator.qname that return NamespaceModifier and TypeMethodDescriptionQualifiedName.getNamespace()Returns the namespace of the QualifiedName.Namespace.getParent()Returns the parent of the given namespace.QualifiedName.getParentNamespace()Returns the parent of the Qualified name's namespace.Methods in org.apache.torque.generator.qname with parameters of type NamespaceModifier and TypeMethodDescriptionQualifiedNameMap.getAllInHierarchy(Namespace namespace) Returns all mappings which live in the given namespace.QualifiedNameMap.getInHierarchy(Namespace namespace) Returns all mappings which live in the given namespace.booleanNamespace.isVisibleFrom(Namespace otherNamespace) Returns if this namespace is visible from another namespace.booleanQualifiedName.isVisibleFrom(Namespace otherNamespace) Returns if this qualified name is visible from another namespace.booleanNamespace.isVisibleTo(Namespace otherNamespace) Returns if this namespace is visible to another namespace.Constructors in org.apache.torque.generator.qname with parameters of type NamespaceModifierConstructorDescriptionCopy-Contructor.QualifiedName(String nameOrQualifiedName, Namespace defaultNamespace) Creates a QualifiedName from a fully qualified name or the name and the namespace parts of a QualifiedName.