| Package | Description |
|---|---|
| de.elnarion.util.plantuml.generator.classdiagram |
| Modifier and Type | Method and Description |
|---|---|
ClassType |
UMLClass.getClassType()
Gets the class type.
|
static ClassType |
ClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassType[] |
ClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 © 2019. All rights reserved.