| Package | Description |
|---|---|
| de.elnarion.util.plantuml.generator | |
| de.elnarion.util.plantuml.generator.classdiagram |
| Modifier and Type | Method and Description |
|---|---|
static String |
PlantUMLUtil.getVisibilityText(VisibilityType paramVisibility)
Gets the visibility text for a
VisibilityType. |
| Modifier and Type | Method and Description |
|---|---|
VisibilityType |
UMLMethod.getVisibilityType()
Gets the visibility type.
|
VisibilityType |
UMLField.getVisibilityType()
Gets the visibility type.
|
VisibilityType |
UMLClass.getVisibilityType()
Gets the visibility type.
|
static VisibilityType |
VisibilityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityType[] |
VisibilityType.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.
|
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.