Uses of Class
org.onosproject.segmentrouting.pwaas.L2TunnelHandler.Direction
-
Packages that use L2TunnelHandler.Direction Package Description org.onosproject.segmentrouting.pwaas Set of resources implementing the Pwaas. -
-
Uses of L2TunnelHandler.Direction in org.onosproject.segmentrouting.pwaas
Methods in org.onosproject.segmentrouting.pwaas that return L2TunnelHandler.Direction Modifier and Type Method Description static L2TunnelHandler.DirectionL2TunnelHandler.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static L2TunnelHandler.Direction[]L2TunnelHandler.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-