Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Vertex.VertexType
Packages that use Vertex.VertexType
Package
Description
-
Uses of Vertex.VertexType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 that return Vertex.VertexTypeModifier and TypeMethodDescriptionstatic @Nullable Vertex.VertexTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable Vertex.VertexTypeVertex.VertexType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.Vertex.getVertexType()Return vertexType, ornullif it is not present.static @NonNull Vertex.VertexTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull Vertex.VertexTypeVertex.VertexType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull Vertex.VertexTypeVertex.requireVertexType()Return vertexType, guaranteed to be non-null.static Vertex.VertexTypeReturns the enum constant of this class with the specified name.static Vertex.VertexType[]Vertex.VertexType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Vertex.VertexType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph that return Vertex.VertexTypeModifier and TypeMethodDescriptionVertexBuilder.getVertexType()Return current value associated with the property corresponding toVertex.getVertexType().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph with parameters of type Vertex.VertexTypeModifier and TypeMethodDescriptionVertexBuilder.setVertexType(Vertex.VertexType value) Set the property corresponding toVertex.getVertexType()to the specified value.