Klasse Mergepoint

java.lang.Object
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.
  • Konstruktordetails

    • Mergepoint

      public Mergepoint(String name)
      Constructor.
      Parameter:
      name - the name of the merge point, not null.
      Löst aus:
      NullPointerException - if the name is null.
  • Methodendetails

    • getName

      public String getName()
      Returns the name of the merge point.
      Gibt zurück:
      the name of the merge point, never null.
    • toString

      public String toString()
      Returns a String representation of the Mergepoint for debugging purposes.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      a String representation of the Mergepoint.
      Siehe auch: