Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.ParticipantType
Packages that use ParticipantType
-
Uses of ParticipantType in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return ParticipantTypeModifier and TypeMethodDescriptionParticipant.getType()static ParticipantTypeReturns the enum constant of this class with the specified name.static ParticipantType[]ParticipantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.sequencediagram with parameters of type ParticipantTypeModifier and TypeMethodDescriptionSequenceDiagram.createNewParticipant(ParticipantType type, String code, Display display, int order) Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type ParticipantTypeModifierConstructorDescriptionParticipant(ParticipantType type, String code, Display display, Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder)