public enum OFBsnRoutingParam extends Enum<OFBsnRoutingParam>
| Enum Constant and Description |
|---|
BSN_ROUTING_PARAM_ARP_FRR |
BSN_ROUTING_PARAM_IPV6_NDP_FRR |
BSN_ROUTING_PARAM_IPV6_OSPF_MCAST |
BSN_ROUTING_PARAM_IPV6_OSPF_UCAST |
BSN_ROUTING_PARAM_OSPF_MCAST |
BSN_ROUTING_PARAM_OSPF_UCAST |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnRoutingParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnRoutingParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnRoutingParam BSN_ROUTING_PARAM_OSPF_UCAST
public static final OFBsnRoutingParam BSN_ROUTING_PARAM_OSPF_MCAST
public static final OFBsnRoutingParam BSN_ROUTING_PARAM_ARP_FRR
public static final OFBsnRoutingParam BSN_ROUTING_PARAM_IPV6_OSPF_UCAST
public static final OFBsnRoutingParam BSN_ROUTING_PARAM_IPV6_OSPF_MCAST
public static final OFBsnRoutingParam BSN_ROUTING_PARAM_IPV6_NDP_FRR
public static OFBsnRoutingParam[] values()
for (OFBsnRoutingParam c : OFBsnRoutingParam.values()) System.out.println(c);
public static OFBsnRoutingParam 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. All rights reserved.