Class Type

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

public class Type extends UMLNode
  • Constructor Details

  • Method Details

    • getName

      public TypeName getName()
    • updateGenericTypeVariables

      public void updateGenericTypeVariables(TypeName name)
    • deprecated

      public Type deprecated()
    • setIncludePackagename

      public void setIncludePackagename(boolean include)
    • getPackagename

      public String getPackagename()
    • getClassfication

      public Type.Classification getClassfication()
    • 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.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object