Class Parameters

java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.Parameters

public class Parameters extends UMLNode
Author:
Sjoerd Talsma
  • Constructor Details

    • Parameters

      public Parameters(UMLNode parent)
  • Method Details

    • addChild

      public void addChild(UMLNode child)
      Overrides:
      addChild in class UMLNode
    • add

      public Parameters add(String name, TypeName type)
    • varargs

      public Parameters varargs(boolean varargs)
    • writeTo

      public <IPW extends IndentingPrintWriter> IPW writeTo(IPW output)
      Description copied from class: UMLNode
      Renders this object to the given indenting output.
      Specified by:
      writeTo in class UMLNode
      Type Parameters:
      IPW - The subclass of indenting print writer being written to.
      Parameters:
      output - The output to render this object to.
      Returns:
      A reference to the output for method chaining purposes.
    • writeChildrenTo

      public <IPW extends IndentingPrintWriter> IPW writeChildrenTo(IPW output)
      Description copied from class: UMLNode
      Helper method to write all children to the specified output.
      Overrides:
      writeChildrenTo in class UMLNode
      Type Parameters:
      IPW - The subclass of indenting print writer being written to.
      Parameters:
      output - The output to write the children to.
      Returns:
      A reference to the output for method chaining purposes.