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 are rendered.MethodConfig.returnType()How method return types are rendered.FieldConfig.typeDisplay()Set how field types are rendered in the UML diagram.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)