| Package | Description |
|---|---|
| de.elnarion.util.plantuml.generator.classdiagram | |
| de.elnarion.util.plantuml.generator.config |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassifierType> |
PlantUMLConfig.getFieldClassifierToIgnore() |
List<ClassifierType> |
PlantUMLConfig.getMethodClassifierToIgnore() |
| Modifier and Type | Method and Description |
|---|---|
PlantUMLConfigBuilder |
PlantUMLConfigBuilder.addFieldClassifierToIgnore(ClassifierType paramClassifier) |
PlantUMLConfigBuilder |
PlantUMLConfigBuilder.addMethodClassifierToIgnore(ClassifierType paramClassifier) |
| Modifier and Type | Method and Description |
|---|---|
PlantUMLConfigBuilder |
PlantUMLConfigBuilder.addFieldClassifiersToIgnore(List<ClassifierType> paramClassiferList) |
PlantUMLConfigBuilder |
PlantUMLConfigBuilder.addMethodClassifiersToIgnore(List<ClassifierType> paramClassiferList) |
void |
PlantUMLConfig.setFieldClassifierToIgnore(List<ClassifierType> fieldClassifierToIgnore) |
void |
PlantUMLConfig.setMethodClassifierToIgnore(List<ClassifierType> methodClassifierToIgnore) |
Copyright © 2020. All rights reserved.