public enum OFBsnDecap extends Enum<OFBsnDecap>
Enum Constant and Description |
---|
BSN_DECAP_CAPWAP |
BSN_DECAP_ERSPAN |
BSN_DECAP_GTP |
BSN_DECAP_L2_GRE |
BSN_DECAP_L2_MPLS |
BSN_DECAP_L3_GRE |
BSN_DECAP_L3_MPLS |
BSN_DECAP_NVGRE |
BSN_DECAP_VXLAN |
Modifier and Type | Method and Description |
---|---|
static OFBsnDecap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnDecap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnDecap BSN_DECAP_VXLAN
public static final OFBsnDecap BSN_DECAP_ERSPAN
public static final OFBsnDecap BSN_DECAP_L2_GRE
public static final OFBsnDecap BSN_DECAP_NVGRE
public static final OFBsnDecap BSN_DECAP_CAPWAP
public static final OFBsnDecap BSN_DECAP_L2_MPLS
public static final OFBsnDecap BSN_DECAP_L3_GRE
public static final OFBsnDecap BSN_DECAP_GTP
public static final OFBsnDecap BSN_DECAP_L3_MPLS
public static OFBsnDecap[] values()
for (OFBsnDecap c : OFBsnDecap.values()) System.out.println(c);
public static OFBsnDecap 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 © 2015. All rights reserved.