Uses of Enum
de.elnarion.util.plantuml.generator.classdiagram.internal.RelationshipType
Packages that use RelationshipType
-
Uses of RelationshipType in de.elnarion.util.plantuml.generator.classdiagram.internal
Methods in de.elnarion.util.plantuml.generator.classdiagram.internal that return RelationshipTypeModifier and TypeMethodDescriptionstatic RelationshipTypeReturns the enum constant of this type with the specified name.static RelationshipType[]RelationshipType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.elnarion.util.plantuml.generator.classdiagram.internal with parameters of type RelationshipTypeModifierConstructorDescriptionUMLRelationship(String paramFromMultiplicity, String paramToMultiplicity, String paramName, String paramFromName, String paramToName, RelationshipType paramRelationshipType, List<String> paramAnnotations) Instantiates a new UML relationship.