Uses of Enum
nl.talsmasoftware.umldoclet.configuration.TypeDisplay
Packages that use TypeDisplay
Package
Description
Configuration guiding the details the way UML is generated.
Package containing the model to generate
PlantUML diagrams with.-
Uses of TypeDisplay in nl.talsmasoftware.umldoclet.configuration
Methods in nl.talsmasoftware.umldoclet.configuration that return TypeDisplayModifier and TypeMethodDescriptionMethodConfig.paramTypes()How parameter types must be rendered.MethodConfig.returnType()How method return types must be rendered.FieldConfig.typeDisplay()How to display the type of the field in the UML diagram (ifincluded).static TypeDisplayReturns the enum constant of this type with the specified name.static TypeDisplay[]TypeDisplay.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeDisplay in nl.talsmasoftware.umldoclet.uml
Methods in nl.talsmasoftware.umldoclet.uml with parameters of type TypeDisplayModifier and TypeMethodDescriptionprotected StringTypeName.Array.toUml(TypeDisplay display, Namespace namespace) protected StringTypeName.toUml(TypeDisplay display, Namespace namespace) protected StringTypeName.Variable.toUml(TypeDisplay display, Namespace namespace)