Uses of Class
org.opendaylight.genius.mdsalutil.packet.IPProtocols
-
Packages that use IPProtocols Package Description org.opendaylight.genius.mdsalutil.packet -
-
Uses of IPProtocols in org.opendaylight.genius.mdsalutil.packet
Methods in org.opendaylight.genius.mdsalutil.packet that return IPProtocols Modifier and Type Method Description static IPProtocols
IPProtocols. fromString(java.lang.String string)
Method to parse an IPProtocol from a numeric string.static IPProtocols
IPProtocols. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IPProtocols[]
IPProtocols. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-