| Package | Description |
|---|---|
| de.elnarion.util.plantuml.generator.classdiagram |
| Modifier and Type | Method and Description |
|---|---|
RelationshipType |
UMLRelationship.getRelationshiptype()
Gets the relationshiptype.
|
static RelationshipType |
RelationshipType.valueOf(String name)
Returns 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.
|
| Constructor and Description |
|---|
UMLRelationship(String paramFromMultiplicity,
String paramToMultiplicity,
String paramName,
String paramFromName,
String paramToName,
RelationshipType paramRelationshipType)
Instantiates a new UML relationship.
|
Copyright © 2019. All rights reserved.