Uses of Class
org.openiam.authmanager.graph.model.EdgeDirection
-
Packages that use EdgeDirection Package Description org.openiam.authmanager.graph.model -
-
Uses of EdgeDirection in org.openiam.authmanager.graph.model
Methods in org.openiam.authmanager.graph.model that return EdgeDirection Modifier and Type Method Description static EdgeDirection
EdgeDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static EdgeDirection[]
EdgeDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-