Package nl.talsmasoftware.umldoclet.uml
Class Type
java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.Type
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionType(Namespace namespace, Type.Classification classification, TypeName name) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidsetIncludePackagename(boolean include) void<IPW extends IndentingPrintWriter>
IPWwriteChildrenTo(IPW output) Helper method to write all children to the specified output.<IPW extends IndentingPrintWriter>
IPWwriteTo(IPW output) Renders this object to the given indentingoutput.Methods inherited from class nl.talsmasoftware.umldoclet.uml.UMLNode
addChild, findParent, getChildren, getChildren, getConfiguration, getParent, removeChildren, setParent, toString
-
Constructor Details
-
Type
-
-
Method Details
-
getName
-
updateGenericTypeVariables
-
deprecated
-
setIncludePackagename
public void setIncludePackagename(boolean include) -
getModulename
-
getPackagename
-
getClassfication
-
writeTo
Description copied from class:UMLNodeRenders this object to the given indentingoutput. -
writeChildrenTo
Description copied from class:UMLNodeHelper method to write all children to the specified output.- Overrides:
writeChildrenToin classUMLNode- 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() -
equals
-