Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.Graph.DomainScope
Packages that use Graph.DomainScope
Package
Description
-
Uses of Graph.DomainScope in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type Graph.DomainScopeModifier and TypeMethodDescriptionConnectedGraphProvider.createConnectedGraph(String name, Graph.DomainScope scope) Create Connected Graph and associated Graph for given name and Graph Type. -
Uses of Graph.DomainScope in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology that return Graph.DomainScopeModifier and TypeMethodDescriptionstatic @Nullable Graph.DomainScopeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable Graph.DomainScopeGraph.DomainScope.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.Graph.getDomainScope()Return domainScope, ornullif it is not present.GraphBuilder.getDomainScope()Return current value associated with the property corresponding toGraph.getDomainScope().static @NonNull Graph.DomainScopeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull Graph.DomainScopeGraph.DomainScope.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull Graph.DomainScopeGraph.requireDomainScope()Return domainScope, guaranteed to be non-null.static Graph.DomainScopeReturns the enum constant of this class with the specified name.static Graph.DomainScope[]Graph.DomainScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology with parameters of type Graph.DomainScopeModifier and TypeMethodDescriptionGraphBuilder.setDomainScope(Graph.DomainScope value) Set the property corresponding toGraph.getDomainScope()to the specified value.