Package nl.talsmasoftware.umldoclet.uml
Class TypeMember
java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.TypeMember
Model object for a Field or Method in a UML class.
- Author:
- Sjoerd Talsma
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTypeMember(Type containingType, String name, TypeName type) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetVisibility(Visibility visibility) protected <IPW extends IndentingPrintWriter>
IPWwriteParametersTo(IPW output) <IPW extends IndentingPrintWriter>
IPWwriteTo(IPW output) Renders this object to the given indentingoutput.protected <IPW extends IndentingPrintWriter>
IPWwriteTypeTo(IPW output) Methods inherited from class nl.talsmasoftware.umldoclet.uml.UMLNode
addChild, findParent, getChildren, getChildren, getConfiguration, getParent, removeChildren, setParent, toString, writeChildrenTo
-
Field Details
-
name
-
type
-
isStatic
public boolean isStatic -
isDeprecated
public boolean isDeprecated
-
-
Constructor Details
-
TypeMember
-
-
Method Details
-
getVisibility
-
setVisibility
-
writeTypeTo
-
writeParametersTo
-
writeTo
Description copied from class:UMLNodeRenders this object to the given indentingoutput. -
hashCode
public int hashCode() -
equals
-