Uses of Class
org.opendaylight.ovsdb.southbound.SouthboundConstants.VlanModes
-
Packages that use SouthboundConstants.VlanModes Package Description org.opendaylight.ovsdb.southbound -
-
Uses of SouthboundConstants.VlanModes in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return SouthboundConstants.VlanModes Modifier and Type Method Description static SouthboundConstants.VlanModes
SouthboundConstants.VlanModes. valueOf(String name)
Returns the enum constant of this type with the specified name.static SouthboundConstants.VlanModes[]
SouthboundConstants.VlanModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-