| Package | Description |
|---|---|
| net.sourceforge.plantuml.sequencediagram |
| Modifier and Type | Method and Description |
|---|---|
ParticipantType |
Participant.getType() |
static ParticipantType |
ParticipantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantType[] |
ParticipantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
SequenceDiagram.createNewParticipant(ParticipantType type,
String code,
Display display) |
| Constructor and Description |
|---|
Participant(ParticipantType type,
String code,
Display display,
Set<EntityPortion> hiddenPortions) |
Copyright © 2017. All rights reserved.