| Package | Description |
|---|---|
| de.elnarion.util.plantuml.generator.classdiagram |
| Modifier and Type | Method and Description |
|---|---|
ClassifierType |
UMLMethod.getClassifierType()
Gets the classifier type.
|
ClassifierType |
UMLField.getClassifierType()
Gets the classifier type.
|
static ClassifierType |
ClassifierType.valueOf(String name)
Returns 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.
|
| Constructor and Description |
|---|
UMLField(ClassifierType paramClassifierType,
VisibilityType paramVisibilityType,
String paramName,
String paramType)
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.
|
Copyright © 2019. All rights reserved.