Uses of Enum Class
network.ike.workspace.cascade.EdgeKind
Packages that use EdgeKind
-
Uses of EdgeKind in network.ike.workspace.cascade
Subclasses with type arguments of type EdgeKind in network.ike.workspace.cascadeMethods in network.ike.workspace.cascade that return EdgeKindModifier and TypeMethodDescriptionCascadeEdge.kind()Returns the value of thekindrecord component.static EdgeKindReturns the enum constant of this class with the specified name.static EdgeKind[]EdgeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.workspace.cascade with parameters of type EdgeKindModifierConstructorDescriptionConvenience constructor accepting rawgroupId/artifactIdstrings plus an explicit kind.CascadeEdge(MavenCoordinate coordinate, String repo, String url, EdgeKind kind) Canonical constructor — validates the coordinate, defaultsrepoto the artifactId, and defaultskindtoEdgeKind.DEPENDENCY.