| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml.model |
Contains the JAXB model that handles the XML generation.
|
| org.thewonderlemming.c4plantuml.graphml.model.builder |
Contains a bunch of
FunctionalInterface to help into writing fluent builders for the model. |
| Modifier and Type | Method and Description |
|---|---|
static WithId<String,WithFor<KeyFor,WithAttrName<String,WithAttrType<String,Build<KeyModel>>>>> |
KeyModel.builder()
A builder to the current
KeyModel class. |
| Modifier and Type | Method and Description |
|---|---|
static KeyFor |
KeyFor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyFor[] |
KeyFor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.