Package de.xam.featdoc.mermaid.sequence
Enum Class Arrow
- All Implemented Interfaces:
Serializable,Comparable<Arrow>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDotted line without arrowDotted line with a open arrow at the end (async)Dotted line with a cross at the end.Dotted line with arrowheadSolid line without arrowSolid line with an open arrow at the end (async)Solid line with a cross at the endSolid line with arrowhead -
Field Summary
Fields -
Method Summary
-
Enum Constant Details
-
Solid
Solid line without arrow -
Dotted
Dotted line without arrow -
SolidWithHead
Solid line with arrowhead -
DottedWithHead
Dotted line with arrowhead -
SolidWithCross
Solid line with a cross at the end -
DottedWithCross
Dotted line with a cross at the end. -
SolidAsync
Solid line with an open arrow at the end (async) -
DottedAsync
Dotted line with a open arrow at the end (async)
-
-
Field Details
-
mermaid
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
mermaid
-