Class OutletWithoutMergepoints

java.lang.Object
org.apache.torque.generator.outlet.OutletImpl
org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
All Implemented Interfaces:
Outlet
Direct Known Subclasses:
NewlineOutlet, OptionOutlet, StringInputOutlet, XmlOutlet

public abstract class OutletWithoutMergepoints extends OutletImpl
An outlet without mergepoints.
  • Constructor Details

    • OutletWithoutMergepoints

      public OutletWithoutMergepoints(QualifiedName name)
      Constructs a OutletWithoutMergepoints with the given name.
      Parameters:
      name - the name of this outlet, not null.
      Throws:
      NullPointerException - if name is null.
  • Method Details