| Package | Description |
|---|---|
| de.elnarion.util.plantuml.generator.classdiagram |
| Modifier and Type | Method and Description |
|---|---|
List<UMLField> |
UMLClass.getFields()
Gets the fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UMLClass.addField(UMLField paramField)
Adds the field.
|
| Constructor and Description |
|---|
UMLClass(VisibilityType paramVisibilityType,
ClassType paramClassType,
List<UMLField> paramFields,
List<UMLMethod> paramMethods,
String paramName,
List<String> paramStereotypes)
Instantiates a new UML class.
|
Copyright © 2020. All rights reserved.