Uses of Enum
de.elnarion.util.plantuml.generator.classdiagram.config.VisibilityType
Packages that use VisibilityType
Package
Description
-
Uses of VisibilityType in de.elnarion.util.plantuml.generator.classdiagram.config
Methods in de.elnarion.util.plantuml.generator.classdiagram.config that return VisibilityTypeModifier and TypeMethodDescriptionPlantUMLClassDiagramConfig.getMaxVisibilityFields()PlantUMLClassDiagramConfig.getMaxVisibilityMethods()static VisibilityTypeReturns the enum constant of this type with the specified name.static VisibilityType[]VisibilityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.elnarion.util.plantuml.generator.classdiagram.config with parameters of type VisibilityTypeModifier and TypeMethodDescriptionvoidPlantUMLClassDiagramConfig.setMaxVisibilityFields(VisibilityType maxVisibilityFields) voidPlantUMLClassDiagramConfig.setMaxVisibilityMethods(VisibilityType maxVisibilityMethods) PlantUMLClassDiagramConfigBuilder.withMaximumFieldVisibility(VisibilityType paramVisibility) With maximum field visibility.PlantUMLClassDiagramConfigBuilder.withMaximumMethodVisibility(VisibilityType paramVisibility) With maximum method visibility. -
Uses of VisibilityType in de.elnarion.util.plantuml.generator.classdiagram.internal
Methods in de.elnarion.util.plantuml.generator.classdiagram.internal with parameters of type VisibilityTypeModifier and TypeMethodDescriptionstatic StringVisibilityUtil.getVisibilityText(VisibilityType paramVisibility) Gets the visibility text for aVisibilityType.Constructors in de.elnarion.util.plantuml.generator.classdiagram.internal with parameters of type VisibilityTypeModifierConstructorDescriptionUMLField(ClassifierType paramClassifierType, VisibilityType paramVisibilityType, String paramName, String paramType, List<String> paramAnnotations) Instantiates a new uml field.UMLMethod(ClassifierType paramClassifierType, VisibilityType paramVisibility, String paramResultType, String paramName, Map<String, String> paramParametersAndType, List<String> paramStereotypes) Instantiates a new method.