Uses of Class
nl.talsmasoftware.umldoclet.uml.Type
Packages that use Type
Package
Description
Package containing the model to generate
PlantUML diagrams with.Utility
UML functionality.-
Uses of Type in nl.talsmasoftware.umldoclet.uml
Methods in nl.talsmasoftware.umldoclet.uml that return TypeMethods in nl.talsmasoftware.umldoclet.uml with parameters of type TypeConstructors in nl.talsmasoftware.umldoclet.uml with parameters of type TypeModifierConstructorDescriptionClassDiagram(Configuration config, Type type) Create a new method in the containing type with a specific name and return type.protectedTypeMember(Type containingType, String name, TypeName type) -
Uses of Type in nl.talsmasoftware.umldoclet.uml.util
Methods in nl.talsmasoftware.umldoclet.uml.util that return types with arguments of type TypeMethods in nl.talsmasoftware.umldoclet.uml.util with parameters of type TypeModifier and TypeMethodDescriptionstatic Collection<JavaBeanProperty>JavaBeanProperty.detectFrom(Type type) This method detects the JavaBean properties from the uml Type model of a Java class.