Uses of Enum Class
de.xam.featdoc.mermaid.sequence.SequenceStep.LifetimeEvent
Packages that use SequenceStep.LifetimeEvent
-
Uses of SequenceStep.LifetimeEvent in de.xam.featdoc.mermaid.sequence
Methods in de.xam.featdoc.mermaid.sequence that return SequenceStep.LifetimeEventModifier and TypeMethodDescriptionSequenceStep.lifetimeEvent()Returns the value of thelifetimeEventrecord component.static SequenceStep.LifetimeEventReturns the enum constant of this class with the specified name.static SequenceStep.LifetimeEvent[]SequenceStep.LifetimeEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.xam.featdoc.mermaid.sequence with parameters of type SequenceStep.LifetimeEventModifier and TypeMethodDescriptionSequenceDiagram.step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message) SequenceDiagram.step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message, String comment) SequenceDiagram.step(String fromParticipant, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message) Constructors in de.xam.featdoc.mermaid.sequence with parameters of type SequenceStep.LifetimeEventModifierConstructorDescriptionSequenceStep(String from, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String to, String message, String comment) Creates an instance of aSequenceSteprecord class.