public enum Ofdpa3MplsType extends Enum<Ofdpa3MplsType>
| Enum Constant and Description |
|---|
L3_MULTICAST
L3 multicast.
|
L3_PHP
L3 PHP (Penultimate Hop Popping).
|
L3_UNICAST
L3 unicast.
|
NONE
None.
|
OAM
MPLS-TP OAM (Operation, Administration and Maintenance).
|
VPLS
Virtual Private LAN Service.
|
VPWS
Virtual Private Wire Service.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
Gets the value as an short.
|
static Ofdpa3MplsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ofdpa3MplsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ofdpa3MplsType NONE
public static final Ofdpa3MplsType VPWS
public static final Ofdpa3MplsType VPLS
public static final Ofdpa3MplsType OAM
public static final Ofdpa3MplsType L3_UNICAST
public static final Ofdpa3MplsType L3_MULTICAST
public static final Ofdpa3MplsType L3_PHP
public static Ofdpa3MplsType[] values()
for (Ofdpa3MplsType c : Ofdpa3MplsType.values()) System.out.println(c);
public static Ofdpa3MplsType 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()