Uses of Class
nl.talsmasoftware.umldoclet.uml.TypeName
Packages that use TypeName
Package
Description
Package containing the model to generate
PlantUML diagrams with.-
Uses of TypeName in nl.talsmasoftware.umldoclet.uml
Subclasses of TypeName in nl.talsmasoftware.umldoclet.umlFields in nl.talsmasoftware.umldoclet.uml declared as TypeNameMethods in nl.talsmasoftware.umldoclet.uml that return TypeNameMethods in nl.talsmasoftware.umldoclet.uml with parameters of type TypeNameModifier and TypeMethodDescriptionvoidMethod.addParameter(String name, TypeName type) Add a new parameter to this method.booleanbooleanReturns whether or not this reference contains the requested type.static TypeName.VariableTypeName.Variable.extendsBound(String variable, TypeName bound) static TypeName.Arraystatic TypeName.VariableTypeName.Variable.superBound(String variable, TypeName bound) voidType.updateGenericTypeVariables(TypeName name) Constructors in nl.talsmasoftware.umldoclet.uml with parameters of type TypeNameModifierConstructorDescriptionType(Namespace namespace, Type.Classification classification, TypeName name) protectedTypeMember(Type containingType, String name, TypeName type)