Uses of Enum Class
dev.archunitjava.diagram.plantuml.PlantUmlArrow
Packages that use PlantUmlArrow
-
Uses of PlantUmlArrow in dev.archunitjava.diagram.plantuml
Subclasses with type arguments of type PlantUmlArrow in dev.archunitjava.diagram.plantumlModifier and TypeClassDescriptionenumSafe directed-arrow forms supported by the bounded parser.Methods in dev.archunitjava.diagram.plantuml that return PlantUmlArrowModifier and TypeMethodDescriptionPlantUmlEdge.arrow()Returns the value of thearrowrecord component.static PlantUmlArrowReturns the enum constant of this class with the specified name.static PlantUmlArrow[]PlantUmlArrow.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.diagram.plantuml with parameters of type PlantUmlArrowModifierConstructorDescriptionPlantUmlEdge(String originAlias, String targetAlias, PlantUmlArrow arrow) Creates an instance of aPlantUmlEdgerecord class.