Uses of Enum
nl.talsmasoftware.umldoclet.configuration.Visibility
Packages that use Visibility
Package
Description
Configuration guiding the details the way UML is generated.
Package containing the model to generate
PlantUML diagrams with.-
Uses of Visibility in nl.talsmasoftware.umldoclet.configuration
Methods in nl.talsmasoftware.umldoclet.configuration that return VisibilityModifier and TypeMethodDescriptionstatic VisibilityReturns the enum constant of this type with the specified name.static Visibility[]Visibility.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.talsmasoftware.umldoclet.configuration with parameters of type VisibilityModifier and TypeMethodDescriptionbooleanFieldConfig.include(Visibility fieldVisibility) Return whether to include fields with the specifiedVisibilityinto the UML diagram.booleanMethodConfig.include(Visibility methodVisibility) Return whether the method with specified visibility should be included in the UML diagram. -
Uses of Visibility in nl.talsmasoftware.umldoclet.uml
Methods in nl.talsmasoftware.umldoclet.uml that return VisibilityMethods in nl.talsmasoftware.umldoclet.uml with parameters of type Visibility