Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Vertex.VertexType
Package
Description
-
Uses of Vertex.VertexType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Modifier and TypeMethodDescriptionstatic @Nullable Vertex.VertexType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable Vertex.VertexType
Vertex.VertexType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.Vertex.getVertexType()
Return vertexType, ornull
if it is not present.static @NonNull Vertex.VertexType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull Vertex.VertexType
Vertex.VertexType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull Vertex.VertexType
Vertex.requireVertexType()
Return vertexType, guaranteed to be non-null.static Vertex.VertexType
Returns 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
Modifier and TypeMethodDescriptionVertexBuilder.getVertexType()
Return current value associated with the property corresponding toVertex.getVertexType()
.Modifier and TypeMethodDescriptionVertexBuilder.setVertexType
(Vertex.VertexType value) Set the property corresponding toVertex.getVertexType()
to the specified value.