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