Uses of Enum Class
net.sourceforge.plantuml.bpm.ConnectorPuzzle.Where
Packages that use ConnectorPuzzle.Where
-
Uses of ConnectorPuzzle.Where in net.sourceforge.plantuml.bpm
Methods in net.sourceforge.plantuml.bpm that return ConnectorPuzzle.WhereModifier and TypeMethodDescriptionstatic ConnectorPuzzle.Where
Returns the enum constant of this class with the specified name.static ConnectorPuzzle.Where[]
ConnectorPuzzle.Where.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.bpm with parameters of type ConnectorPuzzle.WhereModifier and TypeMethodDescriptionvoid
ConnectorPuzzle.append
(ConnectorPuzzle.Where where) boolean
ConnectorPuzzle.have
(ConnectorPuzzle.Where where) void
ConnectorPuzzle.remove
(ConnectorPuzzle.Where where)