Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 that return TransportModifier and TypeMethodDescriptionOpenflowConnectionsConfig.getTransport()Return transport, ornullif it is not present.default @NonNull TransportOpenflowConnectionsConfig.requireTransport()Return transport, guaranteed to be non-null. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection that return TransportModifier and TypeMethodDescriptionConfigBuilder.getTransport()Return current value associated with the property corresponding toOpenflowConnectionsConfig.getTransport().StateBuilder.getTransport()Return current value associated with the property corresponding toOpenflowConnectionsConfig.getTransport().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection with parameters of type TransportModifier and TypeMethodDescriptionConfigBuilder.setTransport(Transport value) Set the property corresponding toOpenflowConnectionsConfig.getTransport()to the specified value.StateBuilder.setTransport(Transport value) Set the property corresponding toOpenflowConnectionsConfig.getTransport()to the specified value. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630 that return TransportModifier and TypeMethodDescriptionstatic @Nullable TransportReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable TransportTransport.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull TransportReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull TransportTransport.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static TransportReturns the enum constant of this class with the specified name.static Transport[]Transport.values()Returns an array containing the constants of this enum class, in the order they are declared.