org.apache.torque.generator.outlet
Class Mergepoint

java.lang.Object
  extended by org.apache.torque.generator.outlet.Mergepoint

public class Mergepoint
extends Object

An merge point where the output of another outlet can be merged into the text generated by a outlet.


Constructor Summary
Mergepoint(String name)
          Constructor.
 
Method Summary
 String getName()
          Returns the name of the merge point.
 String toString()
          Returns a String representation of the Mergepoint for debugging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mergepoint

public Mergepoint(String name)
Constructor.

Parameters:
name - the name of the merge point, not null.
Throws:
NullPointerException - if the name is null.
Method Detail

getName

public String getName()
Returns the name of the merge point.

Returns:
the name of the merge point, never null.

toString

public String toString()
Returns a String representation of the Mergepoint for debugging purposes.

Overrides:
toString in class Object
Returns:
a String representation of the Mergepoint.
See Also:
Object.toString()


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