Uses of Enum
de.elnarion.util.plantuml.generator.classdiagram.config.ClassifierType
Packages that use ClassifierType
Package
Description
-
Uses of ClassifierType in de.elnarion.util.plantuml.generator.classdiagram.config
Methods in de.elnarion.util.plantuml.generator.classdiagram.config that return ClassifierTypeModifier and TypeMethodDescriptionstatic ClassifierTypeReturns the enum constant of this type with the specified name.static ClassifierType[]ClassifierType.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 that return types with arguments of type ClassifierTypeModifier and TypeMethodDescriptionPlantUMLClassDiagramConfig.getFieldClassifierToIgnore()Gets the field classifier to ignore.PlantUMLClassDiagramConfig.getMethodClassifierToIgnore()Gets the method classifier to ignore.Methods in de.elnarion.util.plantuml.generator.classdiagram.config with parameters of type ClassifierTypeModifier and TypeMethodDescriptionPlantUMLClassDiagramConfigBuilder.addFieldClassifierToIgnore(ClassifierType paramClassifier) Adds the field classifier to ignore.PlantUMLClassDiagramConfigBuilder.addMethodClassifierToIgnore(ClassifierType paramClassifier) Adds the method classifier to ignore.Method parameters in de.elnarion.util.plantuml.generator.classdiagram.config with type arguments of type ClassifierTypeModifier and TypeMethodDescriptionPlantUMLClassDiagramConfigBuilder.addFieldClassifiersToIgnore(List<ClassifierType> paramClassiferList) Adds the field classifiers to ignore.PlantUMLClassDiagramConfigBuilder.addMethodClassifiersToIgnore(List<ClassifierType> paramClassiferList) Adds the method classifiers to ignore. -
Uses of ClassifierType in de.elnarion.util.plantuml.generator.classdiagram.internal
Methods in de.elnarion.util.plantuml.generator.classdiagram.internal that return ClassifierTypeConstructors in de.elnarion.util.plantuml.generator.classdiagram.internal with parameters of type ClassifierTypeModifierConstructorDescriptionUMLField(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.