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