protected static enum Ofdpa2GroupHandler.OfdpaMplsGroupSubType extends Enum<Ofdpa2GroupHandler.OfdpaMplsGroupSubType>
| Enum Constant and Description |
|---|
L2_VPN |
L3_VPN |
MPLS_ECMP |
MPLS_INTF |
MPLS_SWAP_LABEL |
MPLS_TUNNEL_LABEL_1 |
MPLS_TUNNEL_LABEL_2 |
| Modifier and Type | Field and Description |
|---|---|
static int |
OFDPA_GROUP_TYPE_SHIFT |
static int |
OFDPA_MPLS_SUBTYPE_SHIFT |
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
Gets the value as an short.
|
static Ofdpa2GroupHandler.OfdpaMplsGroupSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ofdpa2GroupHandler.OfdpaMplsGroupSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ofdpa2GroupHandler.OfdpaMplsGroupSubType MPLS_INTF
public static final Ofdpa2GroupHandler.OfdpaMplsGroupSubType L2_VPN
public static final Ofdpa2GroupHandler.OfdpaMplsGroupSubType L3_VPN
public static final Ofdpa2GroupHandler.OfdpaMplsGroupSubType MPLS_TUNNEL_LABEL_1
public static final Ofdpa2GroupHandler.OfdpaMplsGroupSubType MPLS_TUNNEL_LABEL_2
public static final Ofdpa2GroupHandler.OfdpaMplsGroupSubType MPLS_SWAP_LABEL
public static final Ofdpa2GroupHandler.OfdpaMplsGroupSubType MPLS_ECMP
public static final int OFDPA_GROUP_TYPE_SHIFT
public static final int OFDPA_MPLS_SUBTYPE_SHIFT
public static Ofdpa2GroupHandler.OfdpaMplsGroupSubType[] values()
for (Ofdpa2GroupHandler.OfdpaMplsGroupSubType c : Ofdpa2GroupHandler.OfdpaMplsGroupSubType.values()) System.out.println(c);
public static Ofdpa2GroupHandler.OfdpaMplsGroupSubType 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 nullpublic short getValue()