protected static enum TunnelInterfaceStateListener.UpdateRouteAction extends Enum<TunnelInterfaceStateListener.UpdateRouteAction>
| Enum Constant and Description |
|---|
ADVERTISE_ROUTE |
WITHDRAW_ROUTE |
| Modifier and Type | Method and Description |
|---|---|
static TunnelInterfaceStateListener.UpdateRouteAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelInterfaceStateListener.UpdateRouteAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TunnelInterfaceStateListener.UpdateRouteAction ADVERTISE_ROUTE
public static final TunnelInterfaceStateListener.UpdateRouteAction WITHDRAW_ROUTE
public static TunnelInterfaceStateListener.UpdateRouteAction[] values()
for (TunnelInterfaceStateListener.UpdateRouteAction c : TunnelInterfaceStateListener.UpdateRouteAction.values()) System.out.println(c);
public static TunnelInterfaceStateListener.UpdateRouteAction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 OpenDaylight. All rights reserved.