org.apache.torque.generator.configuration.controller
Class OutletReference

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

public class OutletReference
extends Object

Represents a reference to a outlet.

Version:
$Id: OutletReference.java 1331190 2012-04-27 02:41:35Z tfischer $

Constructor Summary
OutletReference(QualifiedName name)
          Constructor.
OutletReference(String name)
          Constructor.
 
Method Summary
 QualifiedName getName()
          Returns the qualified name of the outlet.
 Namespace getNamespace()
          Returns the namespace under which the outlet executes.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutletReference

public OutletReference(String name)
Constructor.

Parameters:
name - the name of the referenced outlet, not null.

OutletReference

public OutletReference(QualifiedName name)
Constructor.

Parameters:
name - the name of the referenced outlet, not null.
Method Detail

getName

public QualifiedName getName()
Returns the qualified name of the outlet.

Returns:
the qualified name of the outlet, not null.

getNamespace

public Namespace getNamespace()
Returns the namespace under which the outlet executes.

Returns:
the namespace under which the outlet executes.

toString

public String toString()

Overrides:
toString in class Object


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