Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.config.rev140630.TransportProtocol
Packages that use TransportProtocol
Package
Description
-
Uses of TransportProtocol in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.config.rev140630
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.config.rev140630 that return TransportProtocolModifier and TypeMethodDescriptionstatic @Nullable TransportProtocol
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable TransportProtocol
TransportProtocol.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static @NonNull TransportProtocol
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull TransportProtocol
TransportProtocol.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static TransportProtocol
Returns the enum constant of this class with the specified name.static TransportProtocol[]
TransportProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransportProtocol in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506 that return TransportProtocolModifier and TypeMethodDescriptionSwitchConnectionConfig.getTransportProtocol()
Return transportProtocol, ornull
if it is not present.SwitchConnectionConfigBuilder.getTransportProtocol()
Return current value associated with the property corresponding toSwitchConnectionConfig.getTransportProtocol()
.default @NonNull TransportProtocol
SwitchConnectionConfig.requireTransportProtocol()
Return transportProtocol, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506 with parameters of type TransportProtocolModifier and TypeMethodDescriptionSwitchConnectionConfigBuilder.setTransportProtocol
(TransportProtocol value) Set the property corresponding toSwitchConnectionConfig.getTransportProtocol()
to the specified value.