java.lang.Object
org.apache.torque.generator.configuration.controller.OutletReference

public class OutletReference extends Object
Represents a reference to a outlet.
Version:
$Id: OutletReference.java 1917241 2024-04-21 13:29:41Z tv $
  • Konstruktordetails

    • OutletReference

      public OutletReference(String name)
      Constructor.
      Parameter:
      name - the name of the referenced outlet, not null.
    • OutletReference

      public OutletReference(QualifiedName name)
      Constructor.
      Parameter:
      name - the name of the referenced outlet, not null.
  • Methodendetails

    • getName

      public QualifiedName getName()
      Returns the qualified name of the outlet.
      Gibt zurück:
      the qualified name of the outlet, not null.
    • getNamespace

      public Namespace getNamespace()
      Returns the namespace under which the outlet executes.
      Gibt zurück:
      the namespace under which the outlet executes.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object