Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.Vertex.VertexType
-
-
Uses of Vertex.VertexType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return Vertex.VertexType Modifier and Type Method Description static Vertex.VertexTypeVertex.VertexType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.Vertex.VertexTypeVertex. getVertexType()Return vertexType, ornullif it is not present.default @NonNull Vertex.VertexTypeVertex. requireVertexType()Return vertexType, guaranteed to be non-null.static Vertex.VertexTypeVertex.VertexType. valueOf(String name)Returns the enum constant of this type with the specified name.static Vertex.VertexType[]Vertex.VertexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return types with arguments of type Vertex.VertexType Modifier and Type Method Description static Optional<Vertex.VertexType>Vertex.VertexType. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of Vertex.VertexType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph that return Vertex.VertexType Modifier and Type Method Description Vertex.VertexTypeVertexBuilder. 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.rev191125.graph.topology.graph with parameters of type Vertex.VertexType Modifier and Type Method Description VertexBuilderVertexBuilder. setVertexType(Vertex.VertexType value)Set the property corresponding toVertex.getVertexType()to the specified value.
-