Verwendungen von Klasse
org.apache.torque.generator.qname.Namespace
Packages, die Namespace verwenden
Package
Beschreibung
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.
-
Verwendungen von Namespace in org.apache.torque.generator.configuration.controller
Methoden in org.apache.torque.generator.configuration.controller, die Namespace zurückgebenModifizierer und TypMethodeBeschreibungOutletReference.getNamespace()
Returns the namespace under which the outlet executes. -
Verwendungen von Namespace in org.apache.torque.generator.control
Methoden in org.apache.torque.generator.control, die Namespace zurückgebenModifizierer und TypMethodeBeschreibungControllerState.getOutletNamespace()
Returns the namespace of the outlet which is currently active. -
Verwendungen von Namespace in org.apache.torque.generator.option
Methoden in org.apache.torque.generator.option mit Parametern vom Typ NamespaceModifizierer und TypMethodeBeschreibungOptions.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. -
Verwendungen von Namespace in org.apache.torque.generator.qname
Felder in org.apache.torque.generator.qname, die deklariert sind als NamespaceModifizierer und TypFeldBeschreibungstatic final Namespace
Namespace.ROOT_NAMESPACE
The root namespace.Methoden in org.apache.torque.generator.qname, die Namespace zurückgebenModifizierer und TypMethodeBeschreibungQualifiedName.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.Methoden in org.apache.torque.generator.qname mit Parametern vom Typ NamespaceModifizierer und TypMethodeBeschreibungQualifiedNameMap.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.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.Konstruktoren in org.apache.torque.generator.qname mit Parametern vom Typ NamespaceModifiziererKonstruktorBeschreibungCopy-Contructor.QualifiedName
(String nameOrQualifiedName, Namespace defaultNamespace) Creates a QualifiedName from a fully qualified name or the name and the namespace parts of a QualifiedName.